forked from FOSS/BangleApps
Add generate.js -> lib.js note
Left a comment, to make it clearer that you should not modify "lib.js" directly, but to modify "generate.js" instead.master
parent
79f391d84d
commit
8b51c31027
|
@ -1,6 +1,7 @@
|
||||||
#!/usr/bin/node
|
#!/usr/bin/node
|
||||||
|
|
||||||
// Creates lib.js from icons
|
// Creates lib.js from icons
|
||||||
|
// This file is generated by /icons/generate.js, so if you need to modify its content, you should do it there, not directly in lib.js
|
||||||
// npm install png-js
|
// npm install png-js
|
||||||
|
|
||||||
// default icon must come first in icon_names
|
// default icon must come first in icon_names
|
||||||
|
|
Loading…
Reference in New Issue