Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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™.