1.0.4 • Published 2 years ago

imgle v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Getting Started

yarn

$ yarn add imgle

npm

$ npm i imgle

first make sure that your image in the html image formate

import Emojize from "imgle";
const image = document.getElementbyId("image");
const [textArray, textString] = Emojize(image);

or

import Emojize from "imgle";
const image = new Image();
image.src = Buffer.from(data).toString("base64");
image.onload = () => {
  const [textArray, textString] = Emojize(image);
};

License

MIT

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago