vectie/moonleaf/scene does not have a README file
pub(all) enum Document {
TextDocument(TextDocument)
WorkbookDocument(Workbook)
PresentationDocument(Presentation)
} derive(Eq, Debug)pub(all) struct Slide {
name : String
width : Int
height : Int
elements : Array[SlideElement]
} derive(Eq, Debug)A pure MoonBit, cross-platform OOXML viewer and lightweight editor core.
Dependencies