data-uri-utils

v1.0.3
A set of functions for manipuliating data URIs
data-uri

clean

rm -rf node_modules

contributors

(npx git-authors-cli && npx finepack --sort-ignore-object-at ava && git add package.json && git commit -m 'build: contributors' --no-verify) || true

coverage

c8 report --reporter=text-lcov > coverage/lcov.info

lint

standard-markdown README.md && standard

postrelease

npm run release:tags && npm run release:github && (ci-publish || npm publish --access=public)

prerelease

npm run update:check && npm run contributors

pretest

npm run lint

release

standard-version -a

release:github

conventional-github-releaser -p angular

release:tags

git push --follow-tags origin HEAD:master

test

c8 ava

update

ncu -u

update:check

ncu -- --error-level 2

Metadata

  • MIT
  • >= 14
  • Kiko Beats
  • released 5/5/2023

Downloads

Maintainers