@seangenabe/fastify-bankai-hook

2.0.0 • Public • Published

fastify-bankai-hook

Fastify plugin for bankai v9.

Usage

const Path = require('path')
const fastify = require('fastify')()

fastify.register(require('@seangenabe/fastify-bankai-hook'), {
  prefix: '/',
  entry: Path.join(__dirname, 'client.js')
})

Plugin options

  • entry: The Browserify entry point for your Bankai app.
  • opts: Bankai options. Refer to their documentation for more info. quiet defaults to true if not defined.

Readme

Keywords

Package Sidebar

Install

npm i @seangenabe/fastify-bankai-hook

Weekly Downloads

0

Version

2.0.0

License

MIT

Unpacked Size

4.11 kB

Total Files

7

Last publish

Collaborators

  • seangenabe