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

https://github.com/justintaddei/jraw.js


https://github.com/justintaddei/jraw.js

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Jraw

![npm](https://img.shields.io/npm/v/jraw.js.svg)
![npm](https://img.shields.io/npm/dt/jraw.js.svg)
![](https://img.shields.io/badge/status-awesome-red.svg?style=flat)

A JavaScript library for manipulating HTML canvases **(earily preview)**

## Installation

```bash
npm install jraw.js --save
```

or

Download jraw.js from `master` and include it in your project

```html

```

## Example

```typescript
import Jraw from 'jraw'

const jraw = new Jraw()
```

## License

MIT