This is a contract that allows you to mint any SVG.
git clone https://github.com/narvik-eth/full-on-chain-nft.git
cd full-on-chain-nft
# Specify your private key
cp .env.sample .env
yarn install
yarn hardhat run scripts/deploy.ts --network polygon
yarn hardhat verify --network polygon <deployed contract address>
SVG_PATH="./image/profile.svg" yarn hardhat run scripts/mint.ts --network polygon