Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.08 KB

README.md

File metadata and controls

30 lines (24 loc) · 1.08 KB

DOM Snapshot

i:npm i:ci i:size i:npm-dev

Get <canvas> from DOM string through SVG <foreignObject>.

Online DEMO

  • 📁 source/
    • main source code, in output package will be:
      • dom-snapshot/library: for direct use, use require() / exports.*=, in ES6+
      • dom-snapshot/module: for re-pack, keep import / export and readability
  • 📁 example/
    • some example (unsorted tests)
  • 📄 SPEC.md
    • list of all directly accessible codes, sort of API lockfile