0.0.5 • Published 5 years ago

@hiroppy/bespoke-fx v0.0.5

Weekly downloads
-
License
-
Repository
github
Last release
5 years ago

bespoke-fx

New bespoke plugin compatible with latest bespoke.js

Download

Download the production version or the development version, or use a package manager.

Usage

This plugin is shipped in a UMD format, meaning that it is available as a CommonJS/AMD module or browser global.

For example, when using CommonJS modules:

var bespoke = require('bespoke'),
  fx = require('bespoke-fx');

bespoke.from('#presentation', [
  fx()
]);

When using browser globals:

bespoke.from('#presentation', [
  bespoke.plugins.fx()
]);

Package managers

npm

$ npm install bespoke-fx

Credits

This plugin was built with generator-bespokeplugin.

License

MIT License