Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soulchild/sketch-logo-fetcher
Sketch.app plugin to search and insert logos from either the Logos API (SVG) or Clearbit API (PNG)
https://github.com/soulchild/sketch-logo-fetcher
logos sketch-app sketch-plugin
Last synced: 3 months ago
JSON representation
Sketch.app plugin to search and insert logos from either the Logos API (SVG) or Clearbit API (PNG)
- Host: GitHub
- URL: https://github.com/soulchild/sketch-logo-fetcher
- Owner: soulchild
- Created: 2015-09-03T11:04:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T15:16:35.000Z (about 2 years ago)
- Last Synced: 2024-08-01T02:35:02.977Z (6 months ago)
- Topics: logos, sketch-app, sketch-plugin
- Language: JavaScript
- Homepage:
- Size: 2.7 MB
- Stars: 148
- Watchers: 4
- Forks: 10
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Sketch Logo Fetcher
> Sketch.app plugin to search and insert logos from either the
> [Logos API](https://github.com/soulchild/logos-api) (user-contributed, SVG) or
> [Clearbit API](https://blog.clearbit.com/logo) (scraped from websites, PNG).**IMPORTANT NOTICE:** Beginning with Sketch version 42, [App Transport Security has been enabled](http://developer.sketchapp.com/blog/2016-09-26-plugin-latest-v40/).
**You'll need to upgrade to Sketch Logo Fetcher v0.3.2 or higher to make it work with the latest Sketch versions.**## Demo
![Inserting a company logo](tutorial/sketch-logo-fetcher-svg.gif)
## Usage
1. Select a shape you want to fill with a logo
2. Go to `Plugins ▸ Logo Fetcher` in Sketch's menu bar and select either `Insert SVG logo (Logos API)` or `Insert PNG logo (Clearbit API)`.**Keyboard Shortcuts**
- Logos API: `Control` + `Command` + `K`
- Clearbit API: `Control` + `Command` + `L`## Installation
1. Download and unzip the latest [release](https://github.com/soulchild/sketch-logo-fetcher/releases)
2. Doubleclick `sketch-logo-fetcher.sketchplugin` to install## Development
```sh
npm run watch
```## Thanks
Many thanks to [DG-i](https://www.dg-i.net) for hosting the [Logos API](https://github.com/soulchild/logos-api)!
## Author
- [Tobias Kremer](https://www.github.com/soulchild)