Package Exports
- scratch-render-fonts
- scratch-render-fonts/src/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (scratch-render-fonts) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
scratch-render-fonts
Fonts for Scratch SVG rendering
Committing
This project uses semantic release to ensure version bumps follow semver so that projects depending on it don't break unexpectedly.
In order to automatically determine version updates, semantic release expects commit messages to follow the conventional-changelog specification.
Use the commitizen CLI to make commits formatted in this way:
npm install -g commitizen
Now you're ready to make commits using git cz
.