bespoke-fx

0.0.3 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i bespoke-fx

Weekly Downloads

6

Version

0.0.3

License

none

Last publish

Collaborators

  • developerworks