Initial commit of ribbit library

Zero-dependency WYSIWYG markdown editor for the browser, extracted
from the ttfrog wiki engine. Initial commit.
This commit is contained in:
gsb
2026-04-28 23:30:53 +00:00
parent 5dc50c3c75
commit 5983ce50fd
12 changed files with 3781 additions and 1 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"compilerOptions": {
"strict": true,
"target": "ES2017",
"module": "ESNext",
"moduleResolution": "bundler",
"outDir": "dist",
"rootDir": "src",
"declaration": true,
"sourceMap": true,
"lib": ["ES2019", "DOM"]
},
"include": ["src/**/*.ts"]
}