1.0.6 • Published 3 years ago

223300-qr v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years 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

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago