I just coded this for my personal use, but thought someone else also might be interested in – https://github.com/ninethsense/WordPronounce
-
-
Just two steps: Ask user the permission to send notifications Notification.requestPermission(); 2. Create/send notifiation notificaiton = new Notification (‘This is a notification’);
-
Here is a pure JavaScript based, basic drawing tool. It supports both mouse and tap. Demo URL: https://ninethsense.github.io/code-share/Doodle/
-
Coding for fun… An attempt to make a fully JavaScript based canvas drawing interpreter in മലയാളം/Malayalam. Try in action here – https://ninethsense.github.io/code-share/CanvasDrawing/ Source Code: