Ver Fonte

✨ Add default style cosntant

Pedro Schneider há 3 anos atrás
pai
commit
a457a9637d
1 ficheiros alterados com 5 adições e 0 exclusões
  1. 5 0
      pandora/Enums.js

+ 5 - 0
pandora/Enums.js

@@ -6,4 +6,9 @@ const SHAPES = {
 const RENDER_MODES = {
     P2D: 1,
     WEBGL: 2,
+}
+
+const DEFAULT_STYLE = {
+    "font-family": "Lato",
+    "font-size": "12px"
 }