rekapi
A keyframe animation library for JavaScript
File Explorer
Download Latest Version (.zip)- ci.yml
- release.yml
- canvas.js
- dom.js
- actor.js
- keyframe-property.js
- main.js
- rekapi.js
- utils.js
- actor.js
- canvas.js
- dom.js
- get-css.js
- index.html
- index.js
- keyframe-property.js
- rekapi.js
- setup.js
- test-utils.js
- utils.js
- dom-rendering-in-depth.json
- dom-rendering-in-depth.md
- getting-started.json
- getting-started.md
- keyframes-in-depth.json
- keyframes-in-depth.md
- multiple-renderers.json
- multiple-renderers.md
- .gitignore
- .jsdoc
- .jshintrc
- .npmrc
- CONTRIBUTING.md
- index.md
- jsconfig.json
- LICENSE-MIT
- package-lock.json
- package.json
- README.md
- vite.config.mjs
# Installation Guide
1. Get the code
git clone https://github.com/jeremyckahn/rekapi
Downloads the entire project code from GitHub to your computer.
cd rekapi
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install --save rekapi
Downloads and installs the libraries listed in package.json.
npm install
Downloads and installs the libraries listed in package.json.
npm run build
Builds optimized production files.
npm test
Type this command into your terminal and run it.
npm run doc
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
