⬆️ Move svg parsing to the frontend with Tubax

This commit is contained in:
alonso.torres 2021-05-20 10:56:58 +02:00
parent f57fb5006d
commit 7ff608ff0b
7 changed files with 25 additions and 13 deletions

4
frontend/vendor/tubax/saxjs.cljs vendored Normal file
View file

@ -0,0 +1,4 @@
(ns tubax.saxjs
(:require ["sax" :as sax]))
(goog/exportSymbol "sax" sax)