Gradients support in shapes

This commit is contained in:
alonso.torres 2020-10-09 12:29:35 +02:00
parent 381aef77ee
commit c266f78d1e
14 changed files with 176 additions and 79 deletions

View file

@ -15,6 +15,8 @@
[goog.object :as gobj]
["lodash/omit" :as omit]))
(defn new [] #js {})
(defn get
([obj k]
(when-not (nil? obj)