piskel/js/utils
jdescottes df4978f6af fix : reduce piskel model size
+ piskel deserialization is now clearly asynchronous
+ added utils.Deserializer (not a singleton though, more a builder/loader)
+ utils.Deserializer constructor expects a callback
+ when all layers are loaded and piskel is ready, the callback provided by
  the client is called with piskel as the first argument
- Deserializer doesn't fit in the utils package, which should be reserved
  to singletons : can move it to service as a PiskelLoaderService, and
  Deserializer could remain with only the purely static methods
- ImportController is realying on the Deserializer to build a Piskel but
  it shouldn't. Find a way to mutualize the code necessary to create a
  Piskel from an array of pskl.model.Frame
- still cleanup to do in app.js
- comments to add as well
2013-11-13 23:39:43 +01:00
..
CanvasUtils.js Dev environment:force indentation to 2 spaces. Added new grunt module, grunt-leading-indent to check space consistency, and modified jshint options to enforce 2 spaces 2013-08-10 12:11:16 +02:00
core.js Dev environment : closure compiler + jshint update 2013-09-28 23:52:51 +02:00
Deserializer.js fix : reduce piskel model size 2013-11-13 23:39:43 +01:00
FileUtils.js Import from file 2013-10-16 23:14:41 +02:00
FrameUtils.js fix : reduce piskel model size 2013-11-08 00:44:24 +01:00
ImageResizer.js Added preview picture. Added a flow : start with only file input enabled 2013-10-23 23:34:09 +02:00
LayerUtils.js fix : reduce piskel model size 2013-11-08 00:44:24 +01:00
PixelUtils.js Dev environment : closure compiler + jshint update 2013-09-28 23:52:51 +02:00
Serializer.js fix : reduce piskel model size 2013-11-13 23:39:43 +01:00
Template.js Import from file 2013-10-16 23:14:41 +02:00
UserSettings.js Dev environment : closure compiler + jshint update 2013-09-28 23:52:51 +02:00