Skip to content

Commit 2d4637c

Browse files
committed
docs: add roadmap
1 parent aa067e6 commit 2d4637c

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,10 @@ will be processed as:
144144
http://localhost:8000/image-transform/width=250,format=webp/example.jpg
145145
```
146146

147+
## Roadmap
148+
149+
Please see [ROADMAP](ROADMAP.md) for details on planned features and improvements.
150+
147151
## Changelog
148152

149153
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

ROADMAP.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Roadmap 🛣️
2+
3+
## Overview
4+
The goal of this package is to provide a simple and efficient way to transform images on the fly using a URL-based approach.
5+
The basics are done, but a deeper integration with Laravel's features and ecosystem is planned for the first stable release.
6+
7+
## Planned Features for v1.0.0
8+
- [x] Basic image transformations (resize, blur, rotate, format conversion, etc.)
9+
- [x] Built-in caching of transformed images
10+
- [x] Out-of-the-box support for usage with CDNs
11+
- [x] Support for different image formats (JPEG, PNG, GIF, WebP)
12+
- [x] Support for multiple source directories
13+
- [ ] Blade image component for prop-based image transformation options (+ Vue & React snippets)
14+
- [ ] Blade image component with automatic srcset generation (+ Vue & React snippets)
15+
- [ ] Support for signed image URLs
16+
- [ ] Support for S3
17+
- [ ] Enhanced documenation with real-world examples

0 commit comments

Comments
 (0)