Important
This plugin is deprecated and works only with Presentator v2.
Adobe XD plugin to export artboard renditions to Presentator v2.
OAUTH2 is not supported. The users can authenticate only via email and password (#178).
This repository is READ-ONLY. Report issues and send pull requests in the main Presentator repository.
Open Adobe XD and go to Add-ons > Plugins. Search for Presentator Export and then click Install.
Download /dist/presentator.xdx
and double click to install.
The plugin is built with Vue.js and Webpack. It is intended to be used with Presentator v2.x. The auto screen replace functionality requires Presentator v2.3+.
-
Download or clone the plugin repo in the Adobe XD Develop Folder
-
Run the appropriate console commands:
# installs dependencies
npm install
# generates a development build
npm run dev
# generates a development build while watching for file changes
npm run watch
# generates production ready build
npm run build