Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/damonoehlman/decker
Browserifiable Web Presentations
https://github.com/damonoehlman/decker
Last synced: 7 days ago
JSON representation
Browserifiable Web Presentations
- Host: GitHub
- URL: https://github.com/damonoehlman/decker
- Owner: DamonOehlman
- Created: 2014-04-06T22:45:15.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-01-16T17:05:09.000Z (almost 3 years ago)
- Last Synced: 2024-10-31T17:42:44.011Z (15 days ago)
- Language: JavaScript
- Size: 23.4 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to Decker
[![NPM](https://nodei.co/npm/decker.png)](https://nodei.co/npm/decker/)
## What is Decker?
Decker is a tool for generating presentations using
[browserify](https://github.com/substack/node-browserify).## Why Decker?
Because if you are talking about Browserify, then using presentation
software built another way feels kind of wrong :/## Decker Reference
### add(data)
### render() -> HTMLElement
Render a new slide deck as an HTML element ready for insertion into
the DOM.### write(data)
### _handleKey(evt, handler)
Handle key events as per
[keymaster](https://github.com/madrobby/keymaster) docs.### deck@index
### deck@hashIndex
## License(s)
### ISC
Copyright (c) 2014, Damon Oehlman
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.