mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
6 lines
144 B
JavaScript
6 lines
144 B
JavaScript
var Constants = {
|
|
|
|
DEFAULT_PEN_COLOR : '#000000',
|
|
TRANSPARENT_COLOR : "TRANSPARENT",
|
|
PISKEL_SERVICE_URL: 'http://2.piskel-app.appspot.com'
|
|
}; |