Skip to content

Simple Javascript library to integrate the Spritz reading method

License

Notifications You must be signed in to change notification settings

luisivan/spritzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spritzer

I really liked the Spritz reading method so I made this tiny lib in Javascript.

<link rel="stylesheet" type="text/css" href="Spritzer.css">
<script src="Spritzer.js"></script>
<text>Spritz is a really cool reading method and this is a library implementing it using Javascript.</text>
var test = new Spritzer(domEl);
	
var text = document.getElementsByTagName('text')[0].innerHTML;	
	
var wordsPerMinute = 450;
	
test.render(text, wordsPerMinute);

See a demo at http://luisivan.net/spritzer/ & read more about Spritz at http://learn2spritz.com/

About

Simple Javascript library to integrate the Spritz reading method

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages