Script to format the text in the text with a random color and size (words or letters).
<script src="path/to/text-colorizer.js"></script>
<script>
(function () {
var element = document.querySelector('#text-colorize-word');
textColorizer(element, true);
}());
</script>
textColorizer(domElement, [isByWord, maxFontSize, minFontSize]);
© 2015 Yauheni Pakala | MIT