JSFiddle - React, Tailwind, and code Playground
by loktar
HTML
<script src="http://worldofrot.com/js/pix.js"></script>
<img id="testImage"...
JavaScript
// original image
var img = document.getElementById("testImage");
Pixastic.process(img, "brightness", {brightness:50,contrast:0.9});