We are using tween.js in several three.js demos e.g. css3d_periodictable. The example code is currently migrated to ES6 modules and it would be great if also external libraries like tween.js can be included via ES6 imports. So something like:
import TWEEN from `./path/to/our/tween.module.js`;