Thanks to visit codestin.com
Credit goes to github.com

Skip to content

script wont work if using charset in renderer #7

@carljustineoyales

Description

@carljustineoyales

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

image

Did i miss a step or something in the documentation?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions