Skip to content
Snippets Groups Projects
user avatar
rhenck authored
Elements can be dragged from the toolbox and will be placed where they
are dropped.

This is done by HTML drag and drop instead of Material dragNdrop. This
is because the setup is a lot easier and uncomplicated. In the future
the other Material drag and drop may be refactored away completely.
1d0274aa
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