A simple application to observe and learn how to write Malayalam letters.
To add more letters or conjucts, add them to assets/svgs folder. The name should be the same as the letter. In the App.vue, add these names to letters or conjucts array. Build.
The SVGs are from Manjari font. You may want to scale down the svgs. Use the svgs with strokes. Outlined SVGs are not useful here.
- Add sample words for each letter
- Add pronunciation for each letters as sound samples
- Anything else the മാഷ് want to teach
npm install
npm run serve
npm run build
npm run lint