js2image icon indicating copy to clipboard operation
js2image copied to clipboard

一个可以把js源代码压缩成一个ascii字符画的源代码的工具,压缩后的代码仍可运行 (A tool can compress JavaScript code to any ascii image and still run normally )

Results 3 js2image issues
Sort by recently updated
recently updated
newest added

``` throw n ew TypeError( ("Argum" ``` 图 1 默认的圣诞树 ~: ![sds](https://user-images.githubusercontent.com/2803051/40476297-461eece4-5f76-11e8-8d01-48395af3d4ab.png) 图2 自定义的图 ~: ![sds2](https://user-images.githubusercontent.com/2803051/40476333-60d28b68-5f76-11e8-8349-2eb3b2dc888b.png)

我前一段时间也碰到类似的问题,我的win7 x64 旗舰版环境下,grunt-contrib-imagemin插件出现错误:TypeError: Cannot read property 'content' of undefined。后来有一次我想把那个插件删掉,但是删除的时候提示文件名过长,我进深层目录下把文件剪切出来以后才把它删掉。然后我从正常的电脑中把那个插件打个压缩包,传到我的电脑解压就可以了,所以我认为有可能是目录层次的问题。