module Celestine # Main module for Celestine Constants# VERSION = {{ (`shards version /home/runner/work/celestine/celestine/src`).chomp.stringify }} # Class methods# .draw(io : IO, &block : Proc(Celestine::Svg, Nil)) : IO # View source .draw(&block : Proc(Celestine::Svg, Nil)) : String # Main draw function for DSL View source