d7044dc44d
Partial cleanup of piskel: new events and constant move palette and color picker in ToolSelector create Notifcation.js and move user message in it create LocalStorageService and move LS stuff in it
5 lines
No EOL
150 B
JavaScript
5 lines
No EOL
150 B
JavaScript
var Constants = {
|
|
DEFAULT_PEN_COLOR : "#000000",
|
|
TRANSPARENT_COLOR : "TRANSPARENT",
|
|
PISKEL_SERVICE_URL : "http://2.piskel-app.appspot.com"
|
|
}; |