A Sketch Plugin for creating placeholder images from online services.
Download the latest version (3.0.0)
A Sketch Plugin for creating placeholder images from online services.
It allows you to insert customized placeholder images into any Sketch document from a number of different placeholder image services:
Artboard:
Group:
All services offer width, height, and black & white / color options. Unsplash.it and Placehold.it offer further options to customize the placeholder images.
Unsplash.it:
Placehold.it:
As with most open source projects, pull requests for bug fixes, and new functionality are always welcome.
Prerequisites
5.x.x+
Fork this repo and clone a local copy of your fork.
Install dependencies:
npm install
Create necessary application bundle from source by running:
make install
Watch the
srcand
resourcesdirectories and recompile when changes are made by running:
make watch
make installand
make watchwill copy the application bundle to the default Sketch plugins location
~/Library/Application Support/com.bohemiancoding.sketch3/Plugins/as
Day Player.sketchplugin.
See the
Makefilefor further details on the build process.