Skip to content

Modular scripts, mainly used as imports in browser-side js.

License

Notifications You must be signed in to change notification settings

subic/frontend-js-modules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Front-end javascripts modules

Modular scripts, mainly used as imports in browser-side js.

Getting Started

Just copy the needed scripts and require them in your main js file. Most of the modules use emacs6 so some compiler might be useful.

Useful tools

Modules

Spoken word trigger (spoken-word-trigger)

Basic detect trigger-word(s) function using browser speech recognition (currently Crome only). Expects a result function, trigger words (can be blank) and optional repeat boolean to stop the script after first run.

spokenWordTrigger(resultFunction, "Firstword", "SecondWord", true);

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Modular scripts, mainly used as imports in browser-side js.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published