@bypento/paint-h1-red
v1.0.0
Published
A simple package that turns all H1 elements red.
Readme
Paint H1 Red
A tiny utility to turn all <h1> tags red.
Installation
npm install @your-username/paint-h1-redUsage
import { makeH1Red } from '@your-username/paint-h1-red';
makeH1Red();