mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 00:38:24 +02:00
⬆️ Move svg parsing to the frontend with Tubax
This commit is contained in:
parent
f57fb5006d
commit
7ff608ff0b
7 changed files with 25 additions and 13 deletions
4
frontend/vendor/tubax/saxjs.cljs
vendored
Normal file
4
frontend/vendor/tubax/saxjs.cljs
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
(ns tubax.saxjs
|
||||
(:require ["sax" :as sax]))
|
||||
|
||||
(goog/exportSymbol "sax" sax)
|
Loading…
Add table
Add a link
Reference in a new issue