# random-placeholder

> A random placeholder generator from pictures.

Latest version **0.1.0** (published 2013-09-19) · WTFPL license · 0 weekly downloads

## Install

```sh
npm install random-placeholder
pnpm add random-placeholder
yarn add random-placeholder
bun add random-placeholder
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.0 |
| Published | 2013-09-19 |
| First published | 2013-09-19 |
| Weekly downloads | 0 |
| License | WTFPL |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Naouak |
| Maintainers | naouak |
| Keywords | placeholder, image, resize, crop, utility |

## Links

- npm: https://www.npmjs.com/package/random-placeholder
- Repository: https://github.com/Naouak/random-placeholder
- Issues: https://github.com/Naouak/random-placeholder/issues
- npm.io page: https://npm.io/package/random-placeholder

## Dependencies (1)

- [easyimage](https://npm.io/package/easyimage.md) *

## Alternatives

- [exif-parser](https://npm.io/package/exif-parser.md) — 3.8M weekly downloads
- [vite-plugin-compression](https://npm.io/package/vite-plugin-compression.md) — 569.5K weekly downloads
- [pica](https://npm.io/package/pica.md) — 442.4K weekly downloads
- [@reportportal/client-javascript](https://npm.io/package/@reportportal/client-javascript.md) — 408.8K weekly downloads
- [@tldraw/state](https://npm.io/package/@tldraw/state.md) — 316.0K weekly downloads

## Recent versions

- 0.1.0 (latest) — 2013-09-19

## README

# PlaceHolder

A placeholder generator. It would index images in a dir and use them to generate placeholder. It will try to always take the best one.

Usage :
    var  PlaceHolder = require("placeholder");
    var ph = new PlaceHolder("sourceDir/","destDir/");
    ph.getImage(1920,1080,function(){
        console.log("Image generated!");
    })

---
_Source: https://npm.io/package/random-placeholder · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
