Skip to content
Snippets Groups Projects
user avatar
rhenck authored
- This helps getting rid of annoying element interaction and solves some
  selection issues (for example double clicking text elements to bring
  up the editor). While creating units, the placement and properties of
  the elements are important and not interacting with the elements.
  This is what the preview/player is for.
- This may also help with detecting selection for the Delete-key logic.
148f82a8
History

Verona Modules Aspect

Repository for the Aspect Editor and Player. The applications have a shared code base, but can be run/build separately.

Both conform to the Verona API definition:

Editor-API

Player-API

Development Version

npm run start-editor-local

or

npm run start-player-local

Production Build

npm run build-editor-prod

or

npm run build-player-prod