UNPKG

algoframe

Version:

A TypeScript comprehensive and modulated libary for doing algebraic animation with requestAnimatioFrame natively, even with Bezier and Sequences

35 lines (34 loc) 1.09 kB
{ "name": "algoframe", "version": "5.2.3", "description": "A TypeScript comprehensive and modulated libary for doing algebraic animation with requestAnimatioFrame natively, even with Bezier and Sequences", "main": "index.js", "scripts": { "compile": "del /S /Q dist\\lib && tsc && tsc --build tsconfig.es5.json", "push": "copy package.json dist\\lib\\es6\\package.json && copy README.md dist\\lib\\es6\\README.md && cd dist\\lib\\es6 && npm publish" }, "repository": { "type": "git", "url": "git+https://github.com/acalasanzs/AlgoFrame.git" }, "keywords": [ "Bezier", "requestAnimationFrame", "callback", "TypeScript", "Sequence" ], "author": "Albert Calasanz Sallen <acalasanzs@gmail.com>", "license": "ISC", "bugs": { "url": "https://github.com/acalasanzs/AlgoFrame/issues" }, "homepage": "https://github.com/acalasanzs/AlgoFrame#readme", "devDependencies": { "typescript": "^5.0.4" }, "dependencies": { "esbuild": "0.17.18", "styled-components": "^6.1.8" } }