https://github.com/dylanatsmith/betterplaceholder
Placeholdit's missing UI
https://github.com/dylanatsmith/betterplaceholder
generator placeholder placeholder-image
Last synced: 15 days ago
JSON representation
Placeholdit's missing UI
- Host: GitHub
- URL: https://github.com/dylanatsmith/betterplaceholder
- Owner: dylanatsmith
- Created: 2017-07-19T19:33:30.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-11-14T12:16:19.000Z (7 months ago)
- Last Synced: 2025-04-03T23:41:29.780Z (about 2 months ago)
- Topics: generator, placeholder, placeholder-image
- Language: CSS
- Homepage: https://betterplaceholder.com
- Size: 507 KB
- Stars: 18
- 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.