feat: glsl support with shaderview

This commit is contained in:
2026-04-26 17:05:01 +02:00
parent 649102d1aa
commit 21e1469b51
3 changed files with 8 additions and 1 deletions
+2 -1
View File
@@ -1,6 +1,6 @@
{
"name": "md-blog",
"version": "1.3.0",
"version": "1.4.0",
"private": true,
"type": "module",
"repository": "https://github.com/klemek/md-blog",
@@ -17,6 +17,7 @@
"format": "prettier --write src/ *.ts *.json"
},
"dependencies": {
"@keithclark/shaderview": "git+https://github.com/keithclark/shaderview",
"highlight.js": "^11.11.1",
"katex": "^0.16.45",
"lucide": "^1.11.0",