-
Updated
Oct 23, 2019
adobe-xd-plugin
Here are 12 public repositories matching this topic...
-
Updated
Nov 27, 2019 - JavaScript
The option "Quick Lorem Ipsum" is used the most often (or the equivalent of it via the dialog, thereof).
In the next version, I'd like to add a keyboard shortcut for this option. To keep things consistent, that'll have to be Cmd/Ctrl+Opt/Alt+Shift+L.
By adding a token that optionally can get passed to client, dev, and server (which checks the token in requests by client and dev), server could be deployed to a server in the WWW, meaning testers could be anywhere in the world (dreaming big
-
Updated
Apr 9, 2020 - JavaScript
-
Updated
Jun 15, 2020 - JavaScript
-
Updated
Apr 8, 2020
-
Updated
May 1, 2020 - JavaScript
-
Updated
Apr 6, 2020 - JavaScript
-
Updated
Apr 6, 2020 - JavaScript
Improve this page
Add a description, image, and links to the adobe-xd-plugin topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the adobe-xd-plugin topic, visit your repo's landing page and select "manage topics."
A more scalable way of architecting this project could be to use
react-reconcilerto build a JSON tree, which is then passed through to a walk function which renders to XD outside of the React cycle.The JSON tree generation could even be parallelised in a separate process to speed up rendering, and would then allow for using
yoga-layout, etc.