Author: | Anemaygi |
---|---|
Views Total: | 1,254 views |
Official Page: | Go to website |
Last Update: | December 1, 2021 |
License: | MIT |
Preview:

Description:
A Text Portrait Generator that allows users to generate portraits made entirely of text.
Created with plain JavaScript, HTML, and CSS. Supports any image type even animated GIFs.
How to use it:
1. Create the HTML for the Text Portrait Generator.
<div id="HereIsPicture"> <span id="ItIsText"> </div>
2. Import the necessary JavaScript files into your document. Done.
<!-- Characters that make up the portrait --> <script src="js/Text.js" type="module"></script> <!-- Main Script --> <script src="js/script.js" type="module"></script>