module Celestine

Overview

Main module for Celestine

Defined in:

celestine.cr
modules/position.cr

Constant Summary

VERSION = {{ (`shards version /srv/crystaldoc.info/github-celestinecr-celestine-main/src`).chomp.stringify }}

Class Method Summary

Class Method Detail

def self.draw(io : IO, &block : Proc(Celestine::Svg, Nil)) : IO #

[View source]
def self.draw(&block : Proc(Celestine::Svg, Nil)) : String #

Main draw function for DSL


[View source]