Skip to content

iarthstar/Shadows-Utilities

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

Shadows Utilities

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

Copy Paste Shadows GIF

Support

Copy Paste Shadows Product Hunt

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 and double click Shadows-Utilities.sketchplugin

Development Guide

NOTE : Please make sure you have yarn :: Installing yarn

  • Initial setup
$ yarn install
  • Build plugin
$ yarn build
  • To watch for changes
$ yarn watch

Want to Develop Plugin