Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mgartner/excaliper
A fast image dimension detector inspired by the Node.JS module Calipers.
https://github.com/mgartner/excaliper
Last synced: about 1 month ago
JSON representation
A fast image dimension detector inspired by the Node.JS module Calipers.
- Host: GitHub
- URL: https://github.com/mgartner/excaliper
- Owner: mgartner
- License: mit
- Created: 2015-10-31T03:49:20.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-01T01:29:08.000Z (over 8 years ago)
- Last Synced: 2024-09-21T14:12:57.734Z (about 2 months ago)
- Language: Elixir
- Homepage: https://hex.pm/packages/excaliper
- Size: 8.88 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Excaliper
[![Build Status](https://travis-ci.org/mgartner/excaliper.svg)](https://travis-ci.org/mgartner/excaliper)
[![Coverage Status](https://coveralls.io/repos/mgartner/excaliper/badge.svg?branch=travis-coveralls&service=github)](https://coveralls.io/github/mgartner/excaliper?branch=travis-coveralls)**TODO:**
- [ ] Write Readme
- [ ] Generate docs
- [ ] Publish to Hex## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:
1. Add excaliper to your list of dependencies in `mix.exs`:
def deps do
[{:excaliper, "~> 0.0.1"}]
end2. Ensure excaliper is started before your application:
def application do
[applications: [:excaliper]]
end