🖨️ esc/pos implementation in gleam

fix: why was this public

okk.moe 8abe1ded 13176548

verified
+2 -2
+1 -1
gleam.toml
··· 1 1 name = "escpos" 2 - version = "1.0.1" 2 + version = "1.0.2" 3 3 4 4 description = "🖨️ ESC/POS library for Gleam" 5 5 licences = ["Apache-2.0"]
+1 -1
src/escpos/document.gleam
··· 59 59 Font(Font) 60 60 } 61 61 62 - pub opaque type AST { 62 + type AST { 63 63 Init 64 64 DoWrite(String) 65 65 DoLineFeed(Int)