The mercury engine generates web audio output from mercury code input
npm install mercury-engine⚠️ WORK IN PROGRESS, EXPERIMENTAL USE ONLY ⚠️
The engine (core) of the Mercury Live Coding Environment for the browser
This Package does not include the browser editor and user interface. This package allows you to include the Mercury webaudio engine into your own web projects and generate sound from the Mercury code. This engine is used in the Mercury-Playground, a browser based version of the environment.
Mercury currently has 2 versions:
* Web version running in the browser (Windows/Mac/Linux) go to this repo
* Original version running in Max8 (Windows/Mac only) go to this repo
🚀 Start Sketching Online! (recommended for beginners)



```
$ npm install mercury-engine
`js
const { Mercury } = require('mercury-engine');
const Engine = new Mercury();
`
Include latest or a specific version of distribution (minified, es5) through url in script index.html
Recommended for most cases:
`html`
Other options:
`html`
Load the engine in the