@ungap/create-content

v0.3.1
A cross browser utility to create HTML or SVG runtime content
HTMLTemplateElement createContent dom utility ungap

build

npm run cjs && npm run esm && npm run min && npm run test && npm run size

cjs

cp index.js cjs/ && echo 'module.exports = createContent;' >> cjs/index.js

esm

cp index.js esm/ && echo 'export default createContent;' >> esm/index.js

min

uglifyjs index.js --support-ie8 --comments=/^!/ -c -m -o min.js

size

cat index.js | wc -c && cat min.js | wc -c && gzip -c9 min.js | wc -c && cat min.js | brotli | wc -c

coveralls

nyc report --reporter=text-lcov | coveralls

test

nyc node test/index.js
npm i @ungap/create-content

Metadata

  • ISC
  • Whatever
  • Andrea Giammarchi
  • released 1/14/2021

Downloads

Maintainers