An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Shadows Utilities

An Utility Plugin for shadows i.e Copy, Paste, Cut and Delete Shadows.

![Copy Paste Shadows GIF](https://i.imgur.com/BSRtg77.gif)

## Support

[![Copy Paste Shadows Product Hunt](https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=156834&theme=dark)](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)