1.0.4 • Published 1 year ago

sanity-plugin-qr-code-generator-test v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

Sanity QR Code Generator Plugin

Usage

You can use this plugin only with local import at this moment . To use this plugin, add it as a plugin in your sanity.config.ts (or .js) file, as shown in the example below:

import {defineConfig} from 'sanity'
import {QrCodeGenerator} from './plugins/qr-code-generator/'

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

})

Now you can feel free to use plugin and generate QR Codes.

Word from author

Have fun ✌️

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago