0.0.0 • Published 10 years ago

bespoke-oridomi v0.0.0

Weekly downloads
3
License
-
Repository
github
Last release
10 years ago

Build Status

bespoke-oridomi

Origami for Bespoke.js

Download

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

Usage

First, include both bespoke.js and bespoke-oridomi.js in your page.

Then, simply include the plugin when instantiating your presentation.

bespoke.horizontal.from('article', {
  oridomi: true
});

Package managers

Bower

$ bower install bespoke-oridomi

npm

$ npm install bespoke-oridomi

The bespoke-oridomi npm package is designed for use with browserify, e.g.

require('bespoke');
require('bespoke-oridomi');

Credits

This plugin was built with generator-bespokeplugin.

License

MIT License