An open API service indexing awesome lists of open source software.

https://github.com/crystal-data/stbimage.cr

Crystal bindings for stb_image
https://github.com/crystal-data/stbimage.cr

Last synced: 11 months ago
JSON representation

Crystal bindings for stb_image

Awesome Lists containing this project

README

          

# stbimage

Crystal bindings for stb_image

## Installation

1. Add the dependency to your `shard.yml`:

```yaml
dependencies:
stbimage:
github: crystal-data/stb_image.cr
```

2. Run `shards install`

## Usage

```crystal
require "stbimage"
```

## Contributors

- [christopherzimmerman](https://github.com/christopherzimmerman) - creator and maintainer