1.0.3 • Published 6 years ago

@chonla/fastify-qrcode v1.0.3

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

6 years ago

1.0.3

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago