@tweenrex/recurve
v1.5.1
Published
This project contains utility functions for easing, curves, etc for the TweenRex project.
Downloads
10
Readme
Recurve
This project contains utility functions for easing, curves, etc for the TweenRex project.
Questions / Documentation
Please go to TweenRex to ask questions and find documentation.
Contributions
Contributions are welcome. Please create an issue on the main TweenRex project prior to adding a Pull Request on this project. See below on how to run this project locally.
How to get the project running locally
- Install NodeJS / NPM
- Clone this project
- Run
npm installin the directory - Run
npm start. This will build to thelibdirectory and simultaneously run all test files in thetestsdirectory.
Alternately, run
npm run test:watchto only watch tests, ornpm run build:watchto only watch src files
Structure of the project
| Folder | Description | | --- | --- | | /lib | Output for node | | /lib.es2015 | Output as ES2015 modules | | /src | Source files | | /tests | Test files | | /types | Output for TypeScript type definitions |
Before you submit a Pull Request for code
- 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)
License
This library is licensed under MIT.
