lowlighter / denolithic

🦕 Transform any markdown file into presentation slides with extended markup and runnable code snippets

Home Page:https://denolithic.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Split code and move to typescript

lowlighter opened this issue · comments

For faster dev whole code is in a single file js file
This needs to be splitted, moved to ts and then bundled with all dependencies for faster loading time

Maybe add a loader too