https://github.com/iarthstar/shadows-utilities
Sketch Plugin for enabling utility commands for Shadows i.e. Copy, Paste, Cut and Delete Shadows across layers
https://github.com/iarthstar/shadows-utilities
functional javascript plugin pulp purescript shadows sketch sketch-plugin
Last synced: 10 months ago
JSON representation
Sketch Plugin for enabling utility commands for Shadows i.e. Copy, Paste, Cut and Delete Shadows across layers
- Host: GitHub
- URL: https://github.com/iarthstar/shadows-utilities
- Owner: iarthstar
- License: mit
- Created: 2019-05-20T12:52:52.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-12-08T04:45:07.000Z (over 5 years ago)
- Last Synced: 2025-07-11T09:31:40.624Z (11 months ago)
- Topics: functional, javascript, plugin, pulp, purescript, shadows, sketch, sketch-plugin
- Language: PureScript
- Homepage:
- Size: 198 KB
- Stars: 18
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Shadows Utilities
An Utility Plugin for shadows i.e Copy, Paste, Cut and Delete Shadows.

## Support
[](https://www.producthunt.com/posts/copy-paste-shadows?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-copy-paste-shadows)
## User Guide
* Copy Shadows
* Select a layer with shadows
* Press `CTRL + SHIFT + C` to copy shadows
* Paste Shadows
* Select layers to paste shadows on
* Press `CTRL + SHIFT + V` to paste shadows
* Cut Shadows
* Select layer to cut shadows from
* Press `CTRL + SHIFT + X` to cut shadows
* Delete Shadows
* Select layer to delete shadows from
* Press `CTRL + SHIFT + D` to cut shadows
## Install
[Download](https://gum.co/shadows-utilities) and double click Shadows-Utilities.sketchplugin
## Development Guide
#### NOTE : Please make sure you have yarn :: [Installing yarn](https://yarnpkg.com/en/docs/install)
* Initial setup
```bash
$ yarn install
```
* Build plugin
```bash
$ yarn build
```
* To watch for changes
```bash
$ yarn watch
```
## Want to Develop Plugin
* Project Template to start developing plugin :: [Write Sketch Plugins in Purescript](https://github.com/iarthstar/purs-sketch-plugin)
* Sketch Javascript API wrapper :: [Purescript Sketch](https://github.com/iarthstar/purescript-sketch)