tangled
alpha
login
or
join now
okk.moe
/
escpos
2
fork
atom
🖨️ esc/pos implementation in gleam
2
fork
atom
overview
issues
pulls
pipelines
fix: why was this public
okk.moe
2 weeks ago
8abe1ded
13176548
verified
This commit was signed with the committer's
known signature
.
okk.moe
SSH Key Fingerprint:
SHA256:cVofqXFhnCrIkqo1ixFFvbU8h8MTjljdVwg5pBQ7wxY=
+2
-2
2 changed files
expand all
collapse all
unified
split
gleam.toml
src
escpos
document.gleam
+1
-1
gleam.toml
···
1
1
name = "escpos"
2
2
-
version = "1.0.1"
2
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
62
-
pub opaque type AST {
62
62
+
type AST {
63
63
Init
64
64
DoWrite(String)
65
65
DoLineFeed(Int)