This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Copyright (c) 2016 Kyle Lin | |
* This is the script for generating a logo for my pixelator (https://leeryank.github.io/pixelator). | |
* I decided not to use it, and chose the one at https://leeryank.github.io/pixelator/images/favicon.ico instead. | |
* The unpixelated version is at https://leeryank.github.io/pixelator/images/unpixelated-favicon.ico . | |
*/ | |
(function(global, exportName, logoSize, bgColor, Pixelator, pixelSize) { | |
var canvas = document.createElement('canvas'), | |
ctx = canvas.getContext('2d'), |
NewerOlder