motor.js
Version:
A rendering Engine for the web.
13 lines (11 loc) • 393 B
JavaScript
import engine from './engine'
/*
* A global can be built by compiling this file, but we do not recommend it. We
* suggest using a build system and importing individual classes into your
* project as needed, so that your compiled app code will contain only the
* libraries it uses, resulting in less data needed to be transferred to users
* of your app.
*/
export default {
engine
}