|
|
|
|
|
by kitsunesoba
2052 days ago
|
|
Being so strongly tethered to the web is absolutely Figma's achilles's heel. Well that, and its needless Electron wrapping for its desktop version. Its file format not being open and well documented (unlike the Sketch file format) is also concerning to me. So if they… - Add a full offline mode - Ditch Electron for a more focused/lightweight webassembly+canvas implementation - Open and document their file format to allay lockin concerns …I'd be much more inclined to use it instead of Sketch. |
|
Actually, that's exactly how Figma is built—their desktop app just wraps their web version while hooking into file system APIs provided by Electron/NodeJS. See https://www.figma.com/blog/webassembly-cut-figmas-load-time-....