sandy

0.6.1 • Public • Published

Sandy

Upload code snippets to various sandboxes.

API

var example = Sandy({
    dependencies: [
        'test.js',
        'test.css'
    ],
    html: {
        content: '<b>TEST</b>'
    },
    js: {
        content: 'alert(\'!\')'
    },
    css: {
        content: 'b {border: 1px solid pink;}'
    }
});

See the test page for a demo.

Development

Run npm install and then to build the dist files npm run prepublish.

External contributions

If you would like to contribute to this, please sign the CLA

Dependents (0)

Package Sidebar

Install

npm i sandy

Weekly Downloads

10

Version

0.6.1

License

Apache-2.0

Last publish

Collaborators

  • atlassian-aui
  • lbatchelor