Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elusivecodes/f5
F5 is a free, open-source canvas library for JavaScript.
https://github.com/elusivecodes/f5
2d canvas context graphics
Last synced: about 2 months ago
JSON representation
F5 is a free, open-source canvas library for JavaScript.
- Host: GitHub
- URL: https://github.com/elusivecodes/f5
- Owner: elusivecodes
- License: mit
- Created: 2022-06-28T09:31:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-24T01:24:05.000Z (7 months ago)
- Last Synced: 2024-11-19T13:47:11.521Z (about 2 months ago)
- Topics: 2d, canvas, context, graphics
- Language: JavaScript
- Homepage:
- Size: 136 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# F5
**F5** is a free, open-source canvas library for *JavaScript*.
It takes heavy inspiration from **P5**, focusing on 2D animation in a lightweight package.
## Table Of Contents
- [Installation](#installation)
- [Usage](#usage)## Installation
**JS**
```html
```
**Using NPM**
```
npm i @fr0st/f5
```In Node.js:
```javascript
import { Canvas, Vector } from '@fr0st/f5';
```## Usage
Check the demo folder for examples. Full documentation and website coming soon™.