I just coded this for my personal use, but thought someone else also might be interested in – https://github.com/ninethsense/WordPronounce
JavaScript Notification API for beginners
Just two steps:
- Ask user the permission to send notifications
Notification.requestPermission();
2. Create/send notifiation
notificaiton = new Notification (‘This is a notification’);
Coding for fun: JavaScript based simple doodle
Here is a pure JavaScript based, basic drawing tool. It supports both mouse and tap.
Demo URL: https://ninethsense.github.io/code-share/Doodle/
[Invalid file]
A basic JavaScript drawing interpreter
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:
[Invalid file]