This repo is deprecated and will be replaced with bunch of separate repos for each file type.
Repo for popular file formats and corresponding demos implemented with jBinary.
Watch demos online from catalog.
For usage in own projects, check out corresponding page in jBinary documentation.
Feel free to add own file formats:
- Fork this repo.
- Create folder for your
{format}
. - Add
{format}.js
into folder and export typeset by using AMDdefine
method. - Add
demo.html
with demo partial into folder. - Register file extension & mime type associations inside associations.js (if needed).
- Send me pull request.
- Watch your demo in official catalog!