Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TTS plugin for Shower

Plugin for the Shower presentation engine. See documentation for details. Follow @shower_me for support and updates, file an issue if you have any.

Install

For first. install plugin to your presentation.

    npm install --save shower-tts

Second. Require link to your index file.

	<script src="node_modules/shower-tts/shower-tts.js"></script>
	<link rel="stylesheet" href="node_modules/shower-tts/shower-tts-style.css">

And add plugin's meta

   <meta class="tts"></meta>

Use

Add speech text to slide

    	<section class="slide">
		<h2>Some slide</h2>
		<meta class="tts shower-tts-hide">
            Hello. i am ivan. this is Text for speech!
    </meta>
	</section>

Open presentation.

And when open slide press "S" key for speak and "P" for pause

Good Luck!

About

tts plugin for shower

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages