With this plugin users can build interactive prototypes like in InVision or Overflow. Very comprehensive example for a lot of SDK capabilities, including experimental features.
Install and play Prototyping plugin for your user by this link:
https://miro.com/oauth/authorize/?response_type=token&client_id=3074457346759443169&redirect_uri=/
This plugin was created for demo purpose, it does not ready for production usage.
- Run
npm install
- Run
npm run build
ornpm run watch
to compile app - Run http-server in
dist
folder:http-server -p 8081
- Run ngrok for https:
ngrok http 8081
- Replace APP_ID in config file to your App ID. You can get App Id in app settings.
- Get https url from ngrok and paste it in
iframe url
in your app settings.