
var yashe = YASHE(document.getElementById("showcase"));
var yashe = YASHE.fromTextArea(document.getElementById('textAreaItem'));
We provide the following options to download YASHE and use it in your own projects:
The YASHE files are hosted via JsDelivr. This CDN is the easiest way to include YASHE in your website.
CSS
Visit the GitHub repository to download the YASHE .css and .js files (find them in the dist
directory).
YASHE is registered as a node package as well, so you'll be able to use the node package manager to keep your version of YASHE up to date.
Show NPM Package