
Security News
Open Source CAI Framework Handles Pen Testing Tasks up to 3,600× Faster Than Humans
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600× faster than humans.
Rekapi is a keyframe animation library for JavaScript. It gives you an API for:
Rekapi is renderer-agnostic. At its core, Rekapi does not perform any
rendering. However, it does expose an API for defining renderers, and comes
bundled with renderers for the HTML DOM and HTML5 2D <canvas>
.
Rekapi officially supports Evergreen browsers.
npm install --save rekapi
First, install the dependencies via npm like so:
npm install
Once those are installed, you can generate dist/rekapi.js
with:
npm run build
To run the tests in CLI:
npm test
To generate the documentation (dist/doc
):
npm run doc
To generate, live-update, and view the documentation in your browser:
npm run doc:live
To start a development server:
npm start
Once that's running, you can run the tests at http://localhost:9010/test/ and view the documentation at http://localhost:9010/dist/doc/.
Rekapi exposes a UMD module, so you can load it however you like:
// ES6
import { Rekapi, Actor } from 'rekapi';
Or:
// AMD
define(['rekapi'], rekapi => { });
Or even:
// CommonJS
const rekapi = require('rekapi');
Take a peek at the Network page to see all of the Rekapi contributors.
Rekapi is distributed under the MIT license. You are encouraged to use and modify the code to suit your needs, as well as redistribute it.
FAQs
A keyframe animation library for JavaScript
The npm package rekapi receives a total of 34 weekly downloads. As such, rekapi popularity was classified as not popular.
We found that rekapi demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600× faster than humans.
Security News
Deno 2.4 brings back bundling, improves dependency updates and telemetry, and makes the runtime more practical for real-world JavaScript projects.
Security News
CVEForecast.org uses machine learning to project a record-breaking surge in vulnerability disclosures in 2025.