💾Installation & Usage
How to install and use
Install
Browser
//In your js code
import { MayoGL, MayoImage, Vector } from 'https://unpkg.com/mayo-gl@0.1.0/dist/MayoGL.es.js'NPM
# NPM
npm install mayo-gl
# Yarn
yarn add mayo-gl// es module
import { MayoGL, MayoImage, Vector } from 'mayo-gl'
//Common js
var { MayoGL, MayoImage, Vector } = require('mayo-gl')Usage
Last updated