bespoke-oridomi

Origami for Bespoke.js

Usage no npm install needed!

<script type="module">
  import bespokeOridomi from 'https://cdn.skypack.dev/bespoke-oridomi';
</script>

README

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