initial commit

This commit is contained in:
skybldev
2022-01-28 18:27:25 -05:00
commit f3402ebd73
6 changed files with 277 additions and 0 deletions

15
package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "cubic-easing-gen",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"bezier-easing": "^2.1.0",
"commander": "^8.3.0"
}
}