https://github.com/satriaajiputra/tunda-image
A simple plugin for Adobe XD, this plugin can fill an image to a shape from an url
https://github.com/satriaajiputra/tunda-image
adobe-xd javascript plugins
Last synced: 7 months ago
JSON representation
A simple plugin for Adobe XD, this plugin can fill an image to a shape from an url
- Host: GitHub
- URL: https://github.com/satriaajiputra/tunda-image
- Owner: satriaajiputra
- License: mit
- Created: 2019-01-24T23:55:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T07:08:47.000Z (almost 3 years ago)
- Last Synced: 2024-11-01T20:36:21.664Z (11 months ago)
- Topics: adobe-xd, javascript, plugins
- Language: JavaScript
- Size: 552 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tunda-image
![]()
A simple plugin for Adobe XD, this plugin can fill an image to a shape from an url.
This plugin is combination from [plugin-samples](https://github.com/AdobeXD/plugin-samples) and [xd-dialog-helper](https://github.com/pklaschka/xd-dialog-helper). Thanks to the author.
# Installation for Development
1. Clone repository
```bash
git clone https://github.com/satriaajiputra/tunda-image.git
```
2. Install packages
```bash
npm install
```
3. Start Development
```bash
node run watch
```4. Publish for Production
```bash
node run build
```# Quick Usage
1. Select a shape or rect
2. Use the shortcut `Ctrl + Shift + Alt + T` for Windows
3. Use the shortcut `Cmd + Shift + Alt + T` for Mac
Copyright © 2019. Satria Aji Putra Karma Jaya