Skip to content

Commit e6bb06d

Browse files
committed
export !
1 parent b0945ef commit e6bb06d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/UnicodeGraphics.jl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ Block and braile rendering of julia arrays, for terminal graphics.
33
"""
44
module UnicodeGraphics
55

6-
export blockize, brailize
7-
8-
function brailize end
6+
export blockize, brailize, blockize!, brailize!
97

108
"""
119
brailize(a, cutoff=0)

0 commit comments

Comments
 (0)