@awork/ui-annotator
v0.1.1
Published
Small browser UI annotation helper.
Readme
ui-annotator
Small browser UI annotation helper.
Install
bun add @awork/ui-annotator
# or
npm install @awork/ui-annotatorUsage
import { createUiAnnotator } from '@awork/ui-annotator'
const annotator = createUiAnnotator()
annotator.enable()Development
bun install
bun run buildPublishing
- Every push to
mainruns the package build in GitHub Actions. - Pushing a semver tag like
v0.1.0publishes that version to npm. - The publish workflow requires an
NPM_TOKENrepository secret with publish permissions.
