💾Installation & Usage

How to install and use

Install

Its quite simple to install and use.

Browser

simply import and use

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

NPM

install using your favourite package manager

# NPM
npm install mayo-gl
# Yarn
yarn add mayo-gl

and use in in your code

// es module
import { MayoGL, MayoImage, Vector } from 'mayo-gl'
//Common js
var { MayoGL, MayoImage, Vector } = require('mayo-gl')

Usage

Last updated