1.0.6 • Published 2 years ago

223300-qr v1.0.6

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

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago