0.0.6 • Published 4 years ago

@huluvu424242/honey-slideshow v0.0.6

Weekly downloads
8
License
MIT
Repository
github
Last release
4 years ago

Published on webcomponents.org

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.

Folderstructure

To the live demo

become an supporter

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

releaselog

v0.0.6

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

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

Custom Elements