Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ashkyd/jsfxr-editor

An editor interface to jsfxr that you can include in your app.
https://github.com/ashkyd/jsfxr-editor

Last synced: about 1 month ago
JSON representation

An editor interface to jsfxr that you can include in your app.

Awesome Lists containing this project

README

        

jsfxr-editor
------------

A web-based frontend to jsfxr that you can embed in your own app.

[Try it out](http://ashkyd.github.io/jsfxr-editor/).

This is a cross between [as3sfxr](https://github.com/SFBTom/as3sfxr)
and Eric Fredricksen's [jsfxr](https://github.com/grumdrig/jsfxr)
frontend (not to be confused with Markus Neubrand's
[jsfxr](https://github.com/mneubrand/jsfxr) implementation which
is what we're actually using under the hood.)

This app uses bootstrap classes for style, but if you're not using
Bootstrap you're free to style as you wish.

Usage
-----
For usage instructions, see index.html & index.js.

As for prereqs, you need the following to be in the `window`
prior to use:

* Either port of jsfxr
* [ractive](http://www.ractivejs.org) (big fat dependency, soz.)