honey-slideshow
This component realize an slide show with speaker support by browser speaker api.
installation
npm install --save honey-slideshow
usage
<script
type="module"
src="https://unpkg.com/@huluvu424242/honey-slideshow@0.0.6/dist/honey-slideshow/honey-slideshow.js">
</script>
Vision of API (under construction)
demo
<honey-slideshow id="slideshow1" baseurl="https://huluvu424242.github.io/foile-pile/ux/designrules/">
<p slot="title" class=".note">Sie sehen eine Präsentation über Steine</p>
<!-- Dieser Slot dient nur dazu das Styling der Folien von außen per CSS beeinflussen zu können -->
<div id="slidewin" slot="slide-area" class="slides meine tollen styles sind dabei"></div>
</honey-slideshow>
Structure of demo project.
To the live demo
become an supporter
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
releaselog
v0.0.6
- issue#44 build single bundle (treeshakeable)
- issue#43 code of conduct added
- issue#41 axe tests prepared
v0.0.5 - v0.0.6 at 2020-07-26
- issue#49 lodash secure issue fixed
- github username changed from FunThomas424242 to Huluvu424242 -> fixed github upload issues for owned scope
v0.0.4 at 2020-06-30
- issue#16 split of audio texts into 20 char pices is removed.
- issue#27 load error of audio file response will be handled
v0.0.3 at 2020-06-27
- build with nodejs 14.1.0
- upgrade to stencil 1.14.0
- issue#35 diasble autoplay
- issue#33 clean up damaged repo
v0.0.2 at 2020-06-10
v0.0.1 at 2020-05-31
- setup project based at https://github.com/Huluvu424242/honey-speech
warranty
no warranty
license
MIT License
technology used
browser support
Web Speech API
Firefox
Maybe you must via about:config set media.webspeech.synth.enabled to true
Generell