-
Couldn't load subscription status.
- Fork 21
Open
Description
I'm using vuejs in this code but by following the api that is listed it should work.
const img = document.getElementById("img");
aalib.read.image
.fromHTMLImage(img)
.map(aalib.aa({ width: 100, height: 50 }))
.map(aalib.filter.inverse())
.map(
aalib.render.canvas({
el: document.getElementById("el"),
width: 400,
height: 330,
charset:['x']
})
)
.subscribe();
But when adding the charset property the output will be like this
Did i miss a step or something in the documentation?
Metadata
Metadata
Assignees
Labels
No labels