mirror of
https://github.com/tweenjs/tween.js.git
synced 2025-12-08 20:16:12 +00:00
Merge branch 'main' into package-exports-types
This commit is contained in:
commit
09e1fbb028
@ -153,7 +153,6 @@ import * as TWEEN from '@tweenjs/tween.js'
|
||||
- [Contributor guide](./docs/contributor_guide.md)
|
||||
- [Tutorial](https://web.archive.org/web/20220601192930/http://learningthreejs.com/blog/2011/08/17/tweenjs-for-smooth-animation/) using tween.js with three.js
|
||||
- Also: [libtween](https://github.com/jsm174/libtween), a port of tween.js to C by [jsm174](https://github.com/jsm174)
|
||||
- [Understanding tween.js](https://mikebolt.me/article/understanding-tweenjs.html)
|
||||
|
||||
# Examples
|
||||
|
||||
@ -369,7 +368,7 @@ If you want to add any feature or change existing features, you _must_ run the t
|
||||
|
||||
# People
|
||||
|
||||
Maintainers: [mikebolt](https://github.com/mikebolt), [sole](https://github.com/sole), [Joe Pea (@trusktr)](https://github.com/trusktr).
|
||||
Maintainers: [Joe Pea (@trusktr)](https://github.com/trusktr).
|
||||
|
||||
[All contributors](http://github.com/tweenjs/tween.js/contributors).
|
||||
|
||||
|
||||
@ -10,7 +10,8 @@
|
||||
".": {
|
||||
"types": "./dist/tween.d.ts",
|
||||
"import": "./dist/tween.esm.js",
|
||||
"require": "./dist/tween.cjs.js"
|
||||
"require": "./dist/tween.cjs.js",
|
||||
"types": "./dist/tween.d.ts"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user