# osthumb

> System-specific thumbnail generation

Latest version **0.0.1** (published 2013-03-27) · 0 weekly downloads

## Install

```sh
npm install osthumb
pnpm add osthumb
yarn add osthumb
bun add osthumb
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.1 |
| Published | 2013-03-27 |
| First published | 2013-03-27 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | TJ |
| Maintainers | tjholowaychuk |
| Keywords | os, thumb, osx, preview |

## Links

- npm: https://www.npmjs.com/package/osthumb
- Repository: https://github.com/visionmedia/systhumb
- npm.io page: https://npm.io/package/osthumb

## Dependencies (2)

- [uid2](https://npm.io/package/uid2.md) 0.0.2
- [shelly](https://npm.io/package/shelly.md) 0.0.3

## Alternatives

- [angular-pipes](https://npm.io/package/angular-pipes.md) — 5.6K weekly downloads
- [@ng-web-apis/midi](https://npm.io/package/@ng-web-apis/midi.md) — 2.6K weekly downloads
- [happn-3](https://npm.io/package/happn-3.md) — 1.6K weekly downloads
- [@opensip-cli/lang-go](https://npm.io/package/@opensip-cli/lang-go.md) — 1.2K weekly downloads
- [mongoose-typescript](https://npm.io/package/mongoose-typescript.md) — 85 weekly downloads

## Recent versions

- 0.0.1 (latest) — 2013-03-27

## README

# osthumb

  System-specific thumbnail generation.

## Installation

```
$ npm install osthumb
```

## API

```js
var thumb = require('osthumb');
thumb(path, { width: 100, height: 100 }, function(err, path){

});
```

## Options

 - `width` max width [600]
 - `height` max height [600]
 - `type` output file type [png]

## Support

 -  osx

## License

  MIT

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