Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 979 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 979 Bytes

jBinary.Repo

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:

  1. Fork this repo.
  2. Create folder for your {format}.
  3. Add {format}.js into folder and export typeset by using AMD define method.
  4. Add demo.html with demo partial into folder.
  5. Register file extension & mime type associations inside associations.js (if needed).
  6. Send me pull request.
  7. Watch your demo in official catalog!