bostrom / text-to-image

Converts text as a string to an image containing that text.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add export default

wscourge opened this issue · comments

Version of the library
@next

Describe the bug
export default is undefined

To Reproduce
Use this sandbox.

Expected behavior
import textToImage from "text-to-image" producing an object with .generate, .generateSync and all other public methods.

Screenshots
N/A

Additional context
N/A