hyperhtml-style

v0.1.3
The hyperHTML's html/svg style updater
hyperhtml style

build

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

cjs

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

esm

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

min

uglifyjs index.js -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

cat ./coverage/lcov.info | coveralls

test

istanbul cover test/index.js
npm i hyperhtml-style

Metadata

  • ISC
  • Whatever
  • Andrea Giammarchi
  • released 9/7/2021

Downloads

Maintainers