0.1.0 • Published 7 years ago

a-painter-loader-component v0.1.0

Weekly downloads
14
License
MIT
Repository
github
Last release
7 years ago

a-painter-loader

Component that let you import A-Painter drawings in any of your A-Frame scenes.

SEE THE DEMO

npm.io

Loading a drawing saved with a-painter

When saving a drawing on A-Painter you will get an URL that stores the drawing data.

npm.io

You can load the drawing by passing the URL to the a-painter-loader component. You can position, rotate or scale the drawing like any other entity.

<a-entity a-painter-loader="src: https://ucarecdn.com/bacf6186-96b1-404c-9751-e955ece04919/"></a-entity>