mirror of
https://github.com/tweenjs/tween.js.git
synced 2025-12-08 20:16:12 +00:00
10 lines
182 B
JavaScript
10 lines
182 B
JavaScript
// Ensure we can import into Node ESM:
|
|
|
|
import * as TWEEN from '@tweenjs/tween.js'
|
|
|
|
console.log(Object.keys(TWEEN))
|
|
|
|
const tween = new TWEEN.Tween()
|
|
|
|
console.log(Object.keys(tween))
|