hcd-files

HCD CSS fonts images

Usage no npm install needed!

<script type="module">
  import hcdFiles from 'https://cdn.skypack.dev/hcd-files';
</script>

README

QPP-Style Shared

SVG Files

If a new icon is needed for the QPP design system, please add it to ./images/icons/svg. Currently, the qpp-style-angular build automatically bundles these icons into the library build.

When adding a new icon, please run the minifier tool svgo on the new file to help cut down on bundle size.

To minify all svgs in the ./images/icons directory. From the /shared directory, run

npm run minify-all-svgs

If you want to only minify certain files you can run

npm run minify-svgs -- ./images/icons/svg/your-icon.svg ./images/icons/svg/your-other-icon.svg  -o ./images/icons/svg/your-icon.svg ./images/icons/svg/your-other-icon.svg