0.6.1 • Published 7 years ago

sandy v0.6.1

Weekly downloads
1,024
License
Apache-2.0
Repository
bitbucket
Last release
7 years ago

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

0.6.1

7 years ago

0.6.0

8 years ago

0.5.0

8 years ago

0.4.4

8 years ago