Skip to content

tebbi/bespoke-theme-terminal

Repository files navigation

bespoke-theme-terminal

a terminal-like scrolling theme — View 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'),
  terminal = require('bespoke-theme-terminal');

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

When using browser globals:

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

Package manager

npm

$ npm install bespoke-theme-terminal

Credits

This theme was built with generator-bespoketheme.

License

MIT License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published