Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dylanatsmith/betterplaceholder
Placeholdit's missing UI
https://github.com/dylanatsmith/betterplaceholder
generator placeholder placeholder-image
Last synced: about 2 hours ago
JSON representation
Placeholdit's missing UI
- Host: GitHub
- URL: https://github.com/dylanatsmith/betterplaceholder
- Owner: dylanatsmith
- Created: 2017-07-19T19:33:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-14T12:16:19.000Z (5 days ago)
- Last Synced: 2024-11-14T12:36:43.904Z (5 days ago)
- Topics: generator, placeholder, placeholder-image
- Language: CSS
- Homepage: https://betterplaceholder.com
- Size: 501 KB
- Stars: 14
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Better Placeholder
Quickly generate custom placeholder images for your design and development projects.
Builds on the fakeimg.pl service.
## Local development
### SCSS
Almost all of the styles come from [Primer CSS](https://primer.style/css) utility classes. There is some custom CSS that gets compiled with Sass along with the third-party dependencies.
1. Install Sass globally: `npm install -g sass` or `brew install sass/sass/sass`
2. Compile manually after changes: `sass scss/main.scss css/main.css`### JS
V1 of this project was built on CodeKit but when I did V2 I just smashed everything into main.js.