This is the source code of an Adobe Express Add-on sample, "Image gallery". You can refer to this repository to develop your add-on for your image assets.
For example, you can create add-on to make characters and logos available on Adobe Express editor to increase awareness of your campaign with user generated contents made by Adobe Express.
If you are not familiar with Adobe Express add-on, please see Adobe Express Add-ons - Adobe Developer.
- To install the dependencies, run
npm install
. - To setup the icon images from Tabler Icons, run
npm run setup:icons
. - To build the application, run
npm run build
. - To run the Adobe Express add-on, run
npm start
.
- add/remove the images on
src/images
- add/remove the image list of
src/assets/assetList.js
- add/remove the strings on resouce file such as
src/locales/resources/en-US.json
- add/remove the locale list to add/remove the supported locale
src/locales/localeList.js
Contributions are welcomed! Read the Contributing Guide for more information.
This project is licensed under the Apache V2 License. See LICENSE for more information.
- Tabler Icons: 5200+ free vector icons for web design - Tabler: Free and Open-Source HTML Dashboard Template
- Tabler Products License - Tabler: Free and Open-Source HTML Dashboard Template
- Adobe Express Add-ons - Adobe Developer
Sample icon images from Tabler Icons will be stored in the src/images
folder after running npm run setup:icons
command.
The copyright of the icons belongs to Tabler. You must agree to the Tabler Products License to use the icons.