mirror of
https://github.com/penpot/penpot.git
synced 2025-05-30 18:46:10 +02:00
✨ Add viewport information to the plugin
This commit is contained in:
parent
5e396010b3
commit
4a74862bf5
4 changed files with 150 additions and 22 deletions
|
@ -69,7 +69,8 @@
|
|||
|
||||
(clone [_] (.log js/console (clj->js _data)))
|
||||
(delete [_] (.log js/console (clj->js _data)))
|
||||
(appendChild [_] (.log js/console (clj->js _data))))
|
||||
(appendChild [_ child] (.log js/console (clj->js _data)))
|
||||
(insertChild [_ index child] (.log js/console (clj->js _data))))
|
||||
|
||||
(crc/define-properties!
|
||||
ShapeProxy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue