thumbor

Version, currently 0.1.23 versions

github.com/russ/thumbor

Crystal Lang library for creating thumbor image urls.

6 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  thumbor:
    github: russ/thumbor
    version: ~> 0.1.2

Then run:

shards install

shard.yml

Crystal
0.25.1
License
MIT
Author
Russ Smith <russ@bashme.org>

Dependencies

Runtime Dependencies

  • habitat*github: luckyframework/habitat

README

# thumbor

TODO: Write a description here

## Installation

Add this to your application's `shard.yml`:

```yaml
dependencies:
  thumbor:
    github: russ/thumbor
```

## Usage

```crystal
require "thumbor"
```

TODO: Write usage instructions here

## Development

TODO: Write development instructions here

## Contributing

1. Fork it (<https://github.com/russ/thumbor/fork>)
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request

## Contributors

- [russ](https://github.com/russ) Russ Smith - creator, maintainer