Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ashkyd/jsfxr-editor
- Owner: AshKyd
- Created: 2015-07-18T09:51:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-18T13:12:31.000Z (over 9 years ago)
- Last Synced: 2024-04-13T19:24:41.283Z (8 months ago)
- Language: HTML
- Size: 227 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.)