mirror of
https://github.com/tweenjs/tween.js.git
synced 2025-12-08 20:16:12 +00:00
8 lines
259 B
Markdown
8 lines
259 B
Markdown
This example is written in JavaScript without any build, using JavaScript
|
|
modules to organize code into separate files and importing from one file to the
|
|
other using native `import` syntax.
|
|
|
|
To set up, run `npm install`.
|
|
|
|
To run the project, run `npm start`.
|