Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 703 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 703 Bytes

P

Getting started

pnpm install

Documentation

  • Converting our SVG to PNG (move into commands)
# https://www.npmjs.com/package/svg2png
rm ./public/logo.192.png
svg2png ./public/favicon.svg --width=192 --height=192 --output="./public/logo.192.png"
  • SVG Based Favicons

Source1

  • GitHub Actions

Reusable Workflows Reusable Workflows Examples