bespoke-theme-aria3d

0.0.2 • Public • Published

Build Status

bespoke-theme-aria3d

Default theme for ARIA-3D presentations with Bespoke.jsView demo

Download

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

Usage

This theme 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'),
  aria3d = require('bespoke-theme-aria3d');
 
bespoke.from('#presentation', [
  aria3d()
]);

When using browser globals:

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

Package managers

npm

$ npm install bespoke-theme-aria3d

Bower

$ bower install bespoke-theme-aria3d

Credits

This theme was built with generator-bespoketheme.

License

MIT License

Package Sidebar

Install

npm i bespoke-theme-aria3d

Weekly Downloads

0

Version

0.0.2

License

none

Last publish

Collaborators

  • aria3d
  • tsakostas