mayo-gl

0.2.2 • Public • Published

MayoGL

A light weight web 2D graphics library

MayoGL (Mayonnaise Graphics Library) is a light weight graphics 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 reference to the display and a few drawing and helper functions and thats it.

Instalation

Import in browser

//In your js code
import { MayoGL } from 'https://unpkg.com/mayo-gl@0.2.1/dist/MayoGL.es.js'

In npm

npm i mayo-gl

and import using

//in your node js code
var { MayoGL } = require("mayo-gl")

Usage

Documentation found here

License

This project is under MIT License

Package Sidebar

Install

npm i mayo-gl

Weekly Downloads

2

Version

0.2.2

License

MIT

Unpacked Size

14.9 kB

Total Files

5

Last publish

Collaborators

  • imagineee