This project can use hex color value transform to img file.
eg: #F28500 ---> #F28500.png
- download.
https://github.com/tiansn/color2img.git
- install node modules. cd to color2img file and run
npm install
- launch app.
node bin/www
- use browser open
http://localhost:3001
- input hex color value to textarea and click button(
点此生成图片文件
) - So, you can see img file in
public/generateImg
file
you can find hex color value at public/color_value.txt
you can use this test data.