Packages

A comprehensive solution for handling responsive images in Phoenix applications. Features include image uploading, processing, responsive components, and S3 storage support.

Current section

Files

Jump to
phoenix_image_tools .formatter.exs
Raw

.formatter.exs

[
import_deps: [:phoenix, :phoenix_live_view],
inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{heex,ex,exs}", "*.{heex,ex,exs}"],
plugins: [Styler, TailwindFormatter]
]