module Celestine::Meta

Overview

Modules where all DSL and Meta code is held

Defined in:

celestine.cr

Constant Summary

CLASSES = [Celestine::Svg, Celestine::Circle, Celestine::Rectangle, Celestine::Path, Celestine::Ellipse, Celestine::Group, Celestine::Image, Celestine::Text, Celestine::Anchor]

List of classes we want context methods for (such as circle, rectangle, etc). If you need to add a new drawable to Celestine you must add it here as well.