mirror of
https://github.com/penpot/penpot.git
synced 2025-06-08 03:51:38 +02:00
♻️ Change thumbnail-renderer to rasterizer
This commit is contained in:
parent
e2812391c4
commit
51a8e8799b
9 changed files with 29 additions and 35 deletions
|
@ -15,8 +15,8 @@
|
|||
[app.main.data.websocket :as ws]
|
||||
[app.main.errors]
|
||||
[app.main.features :as feat]
|
||||
[app.main.rasterizer :as thr]
|
||||
[app.main.store :as st]
|
||||
[app.main.thumbnail-renderer :as tr]
|
||||
[app.main.ui :as ui]
|
||||
[app.main.ui.alert]
|
||||
[app.main.ui.confirm]
|
||||
|
@ -112,7 +112,7 @@
|
|||
(i18n/init! cf/translations)
|
||||
(theme/init! cf/themes)
|
||||
(cur/init-styles)
|
||||
(tr/init!)
|
||||
(thr/init!)
|
||||
(init-ui)
|
||||
(st/emit! (initialize)))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue