You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -93,6 +93,10 @@ All official plugins can be installed from npm or Bower, e.g. `$ npm install bes
93
93
-[bespoke-loop](https://github.com/markdalgleish/bespoke-loop) for looped presentations.
94
94
-[bespoke-vcr](https://github.com/markdalgleish/bespoke-vcr) for recording and playback.
95
95
96
+
### All Plugins
97
+
98
+
You can view the [full list of Bespoke.js plugins on npm](https://www.npmjs.org/browse/keyword/bespoke-plugin) by browsing the [bespoke-plugin](https://www.npmjs.org/browse/keyword/bespoke-plugin) keyword.
99
+
96
100
### Using Plugins
97
101
98
102
All official plugins are provided in a [UMD format](https://github.com/umdjs/umd), meaning they are available as CommonJS/AMD modules or browser globals.
@@ -131,6 +135,10 @@ var deck = bespoke.from('#presentation', [
131
135
132
136
As with plugins, all official themes can be installed from npm or Bower, e.g. `$ npm install bespoke-theme-cube` or `$ bower install bespoke-theme-voltaire`
133
137
138
+
### All Themes
139
+
140
+
You can view the [full list of Bespoke.js themes on npm](https://www.npmjs.org/browse/keyword/bespoke-theme) by browsing the [bespoke-theme](https://www.npmjs.org/browse/keyword/bespoke-theme) keyword.
0 commit comments