Exports the current canvas data as a JSON map.
Map<String, dynamic> toJson() { return _notifier.value.toMap(); }