textualize/.vscode/settings.json
Yehoshua Sandler 1631271b93
Replace native canvas implementation with Konva library (#2)
* style: spelling

* refact: canvases replaced with konva

* refact: area text calculated by words

* refact: moved konva files out of test dir
2023-06-27 08:42:44 -05:00

12 lines
164 B
JSON

{
"files.associations": {
"*.css": "tailwindcss"
},
"cSpell.words": [
"headlessui",
"heroicons",
"konva",
"Tesseract",
"wailsjs"
]
}