Skip to content

Latest commit

 

History

History
60 lines (39 loc) · 2.46 KB

README.md

File metadata and controls

60 lines (39 loc) · 2.46 KB

js: my javascript collections

a bunch of personal javascripts usable via CDN (jsdelivr, cloudflare or github) (last commit & releases)

  • inc.js : a javascript that replace div with class=include with the content of its data-src's attribute
  • inc-fp.js : a javascript to include and render a markdown file from framapad
  • ...

version

Examples:

Usage:

<!-- previous revision: 5e11f9e
<script src="https://cdn.statically.io/gh/mychelium/js/5e11f9e/dist/inc-fp.js">
-->
<!-- current revision: latest : https://github.com/mychelium/js/commit/master -->
<script src="https://cdn.jsdelivr.net/gh/mychelium/js@master/dist/inc-fp.min.js">
</script>

clone it with the following command : git clone https://github.com/mychelium/js.git

Currently working on

ipfs-mutables.js

Last fix ...