Skip to content

Commit

Permalink
Fix merge artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagomajesk committed Jun 3, 2023
1 parent 27e8fd7 commit 26f39f7
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,9 @@ config :dropkick,
folder: "uploads"
```

<<<<<<< HEAD
### Uploader

Define an uplodader for your application:
=======
After that, you simply cast the type like you would normally do:
>>>>>>> master

```elixir
defmodule MyApp.Uploader do
Expand Down Expand Up @@ -76,7 +72,6 @@ end

## Missing bits

<<<<<<< HEAD
- Add integration for file transformations
- Add integration with [Briefly](https://hexdocs.pm/briefly) to make transformation/ cleanup of temporary files easier.
- Support other types of storages (S3, Azure, etc)
Expand All @@ -86,8 +81,3 @@ end
- [`image`](https://hexdocs.pm/image)
- [`ex_optimizer`](https://hexdocs.pm/ex_optimizer)
- [`mogrify`](https://hexdocs.pm/mogrify)
=======
- Implement more image transformations
- Add video transformations
- Add support to S3 storage
>>>>>>> master

0 comments on commit 26f39f7

Please sign in to comment.