Reactive Tweening Engine
npm install @tweenrex/coreThis project contains the core objects for TweenRex: TRexObservable, TweenRex, and TyrannoScrollus.
- Install NodeJS / NPM
- Clone this project
- Run ``npm install` in the directory`
- Run npm start`. This will build to the `lib` directory and simultaneously run all test files in the `tests` directory.
> Alternately, run `npm run test:watch` to only watch tests, or `npm run build:watch`` to only watch src files
| Folder | Description |
| --- | --- |
| /lib | Output for node |
| /lib.es2015 | Output as ES2015 modules |
| /src | Source files |
| /tests | Test files |
| /types | Output for TypeScript type definitions |
- Submit an issue on the main TweenRex project
- Ensure at least one new unit test exists to cover the feature/bug
- Ensure new files are formatted property (4 space indentation)