mattdrose / sketch-placebryson

Now you can add Bryson to your sketchy sketch πŸ™Œ

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Download v1.0.0

Placebryson Sketch Plugin

Placebryson Sketch Plugin Build Status

A Sketch Plugin for placing Bryson where he belongs, in your Sketch project.

Placebryson Demo

Installation

What Does It Do?

It allows you to insert customized images of Bryson into any Sketch document.

How to use it

  • Open a new or existing Sketch document
  • Plugins > Place Bryson > Add some sass...
  • Update the options to your liking, OK
  • The image is created on the canvas

Appending images to an Artboard or Group

  • Open a new or existing Sketch document
  • Select the Artboard or Group
  • Plugins > Place Bryson > Add some sass...
  • Update the options to your liking, OK
  • The image is created within the Artboard or Group
  • Image will be placed in the top left corner of the Artboard or Group

Creating images with dimensions and position of existing Layers

  • Open a new or existing Sketch document
  • Select the desired Layer
  • Plugins > Place Bryson > Add some sass...
  • Update the options to your liking, OK/Enter
  • The image is created in the parent group of the selected layer
  • Image will inherit the x, y, width, and height of the selected layer

Contributing to this project

As with most open source projects, pull requests for bug fixes, and new functionality are always welcome.

Prerequisites

  • Node 5.x.x+
  • Yarn

Fork this repo and clone a local copy of your fork.

Install dependencies:

yarn install

Create necessary application bundle from source by running:

make install

Watch the src and resources directories and recompile when changes are made by running:

make watch

make install and make watch will copy the application bundle to the default Sketch plugins location ~/Library/Application Support/com.bohemiancoding.sketch3/Plugins/ as Placebryson.sketchplugin.

See the Makefile for further details on the build process.

Plugin inspired by Day Player

About

Now you can add Bryson to your sketchy sketch πŸ™Œ

License:MIT License


Languages

Language:JavaScript 91.5%Language:Makefile 8.5%