imgix-url


License

License

GroupId

GroupId

io.leonard
ArtifactId

ArtifactId

imgix-url_sjs0.6_2.12
Last Version

Last Version

0.0.7
Release Date

Release Date

Type

Type

jar
Description

Description

imgix-url
imgix-url
Project URL

Project URL

https://github.com/leonardehrenfried/imgix-url-scala
Project Organization

Project Organization

io.leonard
Source Code Management

Source Code Management

https://github.com/leonardehrenfried/imgix-url-scala

Download imgix-url_sjs0.6_2.12

How to add to project

<!-- https://jarcasting.com/artifacts/io.leonard/imgix-url_sjs0.6_2.12/ -->
<dependency>
    <groupId>io.leonard</groupId>
    <artifactId>imgix-url_sjs0.6_2.12</artifactId>
    <version>0.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/io.leonard/imgix-url_sjs0.6_2.12/
implementation 'io.leonard:imgix-url_sjs0.6_2.12:0.0.7'
// https://jarcasting.com/artifacts/io.leonard/imgix-url_sjs0.6_2.12/
implementation ("io.leonard:imgix-url_sjs0.6_2.12:0.0.7")
'io.leonard:imgix-url_sjs0.6_2.12:jar:0.0.7'
<dependency org="io.leonard" name="imgix-url_sjs0.6_2.12" rev="0.0.7">
  <artifact name="imgix-url_sjs0.6_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.leonard', module='imgix-url_sjs0.6_2.12', version='0.0.7')
)
libraryDependencies += "io.leonard" % "imgix-url_sjs0.6_2.12" % "0.0.7"
[io.leonard/imgix-url_sjs0.6_2.12 "0.0.7"]

Dependencies

compile (2)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.12.4
org.scala-js : scalajs-library_2.12 jar 0.6.22

test (1)

Group / Artifact Type Version
org.scala-js : scalajs-test-interface_2.12 jar 0.6.22

Project Modules

There are no modules declared in this project.

imgix-url

Latest version Scala.js Build Status

A tiny library for constructing Imgix URLs. Also available for ScalaJS.

Installation

libraryDependencies += "io.leonard" %%% "imgix-url" % "$version"

Usage

val builder = io.leonard.imgix.ImgixUrlBuilder("bucketname")
val url = builder.width(150).height(150).build("some-image.jpg")

There are many more parameters that can be added to an image URL. Just explore with your IDE.

Versions

Version
0.0.7
0.0.6
0.0.5
0.0.4
0.0.2