1.0.6 • Published 12 months ago

223300-qr v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

sanity-plugin-qr-code-generator

This is a Sanity Studio v3 plugin.

Installation

npm install sanity-plugin-qr-code-generator

Usage

Add it as a plugin in sanity.config.ts (or .js):

import {defineConfig} from 'sanity'
import {myPlugin} from 'sanity-plugin-qr-code-generator'

export default defineConfig({
  //...
  plugins: [myPlugin({})],
})

License

MIT © Ihor Bozhuk

Develop & test

This plugin uses @sanity/plugin-kit with default configuration for build & watch scripts.

See Testing a plugin in Sanity Studio on how to run this plugin with hotreload in the studio.

1.0.6

12 months ago

1.0.5

12 months ago

1.0.4

12 months ago

1.0.2

12 months ago

1.0.1

12 months ago

1.0.0

12 months ago