Forked from official Piskel repository to be used in GDevelop. As well as added features from blurymind repository's piskel-plus branch (https://github.com/blurymind/piskel/tree/piskel-plus)
- npm i
- npm run devto start a development server (which does- grunt play)
- grunt serveto test the built package.
- grunt buildto build the package
Useful links:
- grunt buildto build the package
- rename the dest/prodfolder topiskel-editorand zip it aspiskel-editor.zipwithzip -r piskel-editor.zip ./piskel-editor- Avoid desktop tools as folders like __MACOSXwill be added to the zip if you are on macOS
 
- Avoid desktop tools as folders like 
- make the zip available in an existing release on Github
- update the import-zipped-external-editorscommand in package.json with the new version and do anpm run import-zipped-external-editorsto note down the sha
- update the command with the new sha
Copyright 2017 Julian Descottes
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.