Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
imagineeeinc committed Jun 1, 2022
2 parents 3e3fe54 + 84a8470 commit 9caaef0
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,30 @@
</p>
<h1 align="center">MayoGL</h1>
<h3 align="center">A <i>light weight</i> <b>web</b> <u>2D graphics library</u></h3>

MayoGL (**Mayo**nnaise **G**raphics **L**ibrary) is a light weight grphics library at only *720 bytes*(es module, non minified, non gzipped)!

Based on the simple princple of being as bare bones as posible the intentions of this grphics libray is not make grphics directly with it (though possible) but to wrap it in a graphics engine that abstracts the api.

Here you get a refrence to the display and a few drawing and helper functions and thats it.

## Instalation
### Import in browser
```js
//In your js code
import { MayoGL } from 'https://unpkg.com/mayo-gl@0.1.0/dist/MayoGL.es.js'
```
### In npm
```shell
npm i mayo-gl
```
and import using
```js
//in your node js code
var { MayoGL } = require("mayo-gl")
```
## Usage
Documentation found [here](https://imagineee.gitbook.io/mayo-gl/)

## License
This project is under [MIT License](https://github.com/imagineeeinc/MayoGL/blob/main/LICENSE)

0 comments on commit 9caaef0

Please sign in to comment.