1.0.3 • Published 4 years ago

@chonla/fastify-qrcode v1.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

fastify-qrcode

Fastify QR Code plugin utilizes qrcode npm package written by Ryan Day and contributors to generate QR Code.

Usage

const fastify = require('fastify')()

fastify.register(require('@chonla/fastify-qrcode'))

// Generate qrcode
fastify.qrcode.toDataURL('test', (error, url) => {
    console.log(url)
})

License

MIT

1.0.2

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago