containerjs-api-compatibility
v0.0.6
Published
A compatibility layer between symphony electron and ContainerJS
Downloads
8
Keywords
Readme
ContainerJS Compatibility API
This project provides an mapping from the Symphony API that can be found here to ContainerJS. For more information, see The ContainerJS website
Usage
Add this package to your project:
npm install containerjs-api-compatibility --save
The compatibility file must be included directly like so:
<script src="/scripts/containerjs-compatibility-api"></script>