• Stars
    star
    139
  • Rank 257,555 (Top 6 %)
  • Language
    JavaScript
  • Created about 5 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Remove the background of any image 100% automatically

Remove.bg Sketch plugin

Remove image background in a single click

Screen cast of the remove.bg sketch plugin

Installation

  • Download the latest release of the plugin
  • Un-zip
  • Double-click on remove-bg.sketchplugin

Development Guide

This plugin was created using skpm. For a detailed explanation on how things work, checkout the skpm Readme.

Usage

Install the dependencies

npm install

Once the installation is done, you can run some commands inside the project folder:

npm run build

To watch for changes:

npm run watch

Additionally, if you wish to run the plugin every time it is built:

npm run start

Custom Configuration

Babel

To customize Babel, you have two options:

  • You may create a .babelrc file in your project's root directory. Any settings you define here will overwrite matching config-keys within skpm preset. For example, if you pass a "presets" object, it will replace & reset all Babel presets that skpm defaults to.

  • If you'd like to modify or add to the existing Babel config, you must use a webpack.skpm.config.js file. Visit the Webpack section for more info.

Webpack

To customize webpack create webpack.skpm.config.js file which exports function that will change webpack's config.

/**
 * Function that mutates original webpack config.
 * Supports asynchronous changes when promise is returned.
 *
 * @param {object} config - original webpack config.
 * @param {boolean} isPluginCommand - whether the config is for a plugin command or a resource
 **/
module.exports = function(config, isPluginCommand) {
  /** you can change config here **/
};

Debugging

To view the output of your console.log, you have a few different options:

  • Use the sketch-dev-tools
  • Run skpm log in your Terminal, with the optional -f argument (skpm log -f) which causes skpm log to not stop when the end of logs is reached, but rather to wait for additional data to be appended to the input

License

MIT

All trademarks, service marks, trade names, product names, logos are the property of their respective owners.

More Repositories

1

medium-to-own-blog

Switch from Medium to your own blog in a few minutes
JavaScript
3,033
star
2

git-sketch-plugin

💎:octocat: A Git client generating pretty diffs built right into Sketch.
JavaScript
2,452
star
3

scroll-through-time

⌛ 🎩 🐇 Two fingers scroll moves through time instead of space
JavaScript
721
star
4

gatsby-digital-garden

🌷 🌻 🌺 Create a digital garden with Gatsby
JavaScript
663
star
5

svg-path-visualizer

Enter a SVG path data to visualize it and discover all its different commands
TypeScript
596
star
6

github-tag-action

A Github Action to automatically bump and tag master, on merge, with the latest SemVer formatted version. Works on any platform.
TypeScript
586
star
7

react-progress-button

🌀 Simple react.js component for an inline progress indicator
JavaScript
525
star
8

timezone-butler

⏰🤵 A Slack butler who will take care of the timezone differences in your team.
TypeScript
136
star
9

rough-sketch

Transform your shapes in a sketchy, scribbly, hand-drawn-like, style
JavaScript
84
star
10

slacking-pigeons

🐦 Chat in real time with your users directly from Slack
TypeScript
69
star
11

redux-queue-offline

Queue actions when offline and dispatch them when getting back online
JavaScript
66
star
12

TimeLines

Know when all your friends, colleagues and family are
Swift
64
star
13

sketch-hotdog

🌭 What would you say if I told you there is a sketch plugin on the market that tell you if your sketch layer is a hotdog or not a hotdog. It is very good and I do not want to work on it any more. You can hire someone else.
JavaScript
45
star
14

autodraw

🎨 Autodraw API wrapper
JavaScript
37
star
15

redux-throttle

Redux middleware to throttle your actions
JavaScript
36
star
16

sketch-styles-hierarchy

Organize your shared styles using the layers list, create a hierarchy where children inherit properties from their parent.
JavaScript
31
star
17

kayero

Interactive JavaScript notebooks with clever graphing
JavaScript
27
star
18

dotfiles

🚜 -> 🚀
Shell
26
star
19

graphql-x-sketch

Querying a Sketch file with the flexibility of GraphQL
JavaScript
25
star
20

redux-storage-decorator-migrate

Migrate decorator for redux-storage to version the storage with migration
JavaScript
24
star
21

import-svg-as-artboard

Import SVG files as Artboards.
JavaScript
24
star
22

redux-optimist-promise

Promise middleware for Redux with automatic binding for redux-optimist
JavaScript
24
star
23

refined-github

Safari extension that simplifies the GitHub interface and adds useful features
HTML
24
star
24

sketch-primitive

Reproducing images with geometric primitives in Sketch
JavaScript
22
star
25

prototypes-invision-sketch

Translate your prototyping links back and forth between Sketch and Invision
JavaScript
22
star
26

react-pacman-progress

Simple react.js component for a fun prgress indicator
HTML
21
star
27

sketch-chat

A Sketch plugin to chat in Sketch Cloud files
JavaScript
21
star
28

cordova-plugin-hotpushes

Simple hot code push for ios and android on Cordova
JavaScript
20
star
29

sketch-module-google-analytics

A sketch module to help tracking events with Google Analytics
JavaScript
16
star
30

react-native-pedometer

A Pedometer module for React Native.
Objective-C
15
star
31

vscode-firebase

VSCode extension for Firestore Security Rules syntaxt highlighting and linting
TypeScript
15
star
32

jsonresume-theme-github

A theme for JSON Resume based on Primer
Handlebars
15
star
33

react-sketchapp-library

JavaScript
14
star
34

sketch-module-json-sync

A sketch module to export and import a sketch file to json
JavaScript
12
star
35

gatsby-starter-digital-garden

Gatsby starter for creating a digital garden
JavaScript
11
star
36

Meteor-popup-confirm

CSS
11
star
37

redux-storage-engine-localforage

localForage engine for redux-storage
JavaScript
10
star
38

sketch-module-user-preferences

A sketch module to manage a plugin's user preferences
JavaScript
10
star
39

pkce-proxy

A barebones proxy to enable the PKCE flow for OAuth providers that do not support PKCE.
TypeScript
10
star
40

deps-regex

Regular expression for matching javascript require statements.
JavaScript
7
star
41

StroopWafel

Serverless Kanban Board for GitHub Issues
JavaScript
7
star
42

sketch-a-sketch

Bringing the iconic knobs from the famous toy to Sketch.
JavaScript
7
star
43

ds-workshop

Design System, Single source of truth and other hype concepts - Workshop
JavaScript
6
star
44

react-physics

Set of universal react components implementing a physic engine.
JavaScript
5
star
45

redux-queue-offline-listener

Network listener for redux-queue-offline
JavaScript
5
star
46

mathieudutour.github.io

JavaScript
5
star
47

sketch-module-update

A sketch module to check if an plugin's update is available
JavaScript
5
star
48

streamlabs-github-sponsors-alerts

Trigger subscription alerts when someone sponsors you on GitHub
TypeScript
4
star
49

genderize

Determine the pronoun to use for a first name.
HTML
4
star
50

zapling

Plant a tree for any action on the web
TypeScript
4
star
51

redux-fatigue

JavaScript
3
star
52

Meteor-progress-button

Easy to use helper to display a nifty progress button
CSS
3
star
53

mathieudutour-blog

JavaScript
3
star
54

sketch-keynote

JavaScript
3
star
55

nplint

JavaScript
3
star
56

redux-toast-feedback

Show feedback when dispatching an action
JavaScript
3
star
57

redux-object-to-promise

Redux middleware to transform an object into a promise
JavaScript
3
star
58

github-action-squoosh-images

A GitHub Action to compress images using Squoosh
TypeScript
3
star
59

generate-background

TypeScript
3
star
60

raycast-macos-settings

Store and Restore macOS settings
TypeScript
3
star
61

release-github-action

Small util to publish TS GitHub actions
JavaScript
3
star
62

eslint-plugin-no-not-accumulator-reassign

JavaScript
2
star
63

myozard-war

CSS
2
star
64

Meteor-outdated-browser

JavaScript
2
star
65

Bruit-Blanc

Swift
2
star
66

PassWord

TypeScript
2
star
67

js-fatigue

Makefile
2
star
68

zealot

👷 A futurist MongoDB library
JavaScript
2
star
69

pwinty-api

A modern Node.js wrapper for the Pwinty API. Typescript definitions included.
TypeScript
2
star
70

dskit-template

JavaScript
2
star
71

.github

Default community files for my repos on GitHub.
2
star
72

databat

TypeScript
1
star
73

inject-textarea-bookmarklet

JavaScript
1
star
74

mathieudutour

Config files for my GitHub profile.
1
star
75

test-squoosh-action

1
star
76

stdio-jsonrpc

Leverage JSON-RPC to communicate with another process via stdio
JavaScript
1
star
77

test-lona-workspace

Lona Workspace
JavaScript
1
star
78

insta-bot

JavaScript
1
star
79

B-e-acon

CSS
1
star