pixeli 0.1.8 → 0.1.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -14,7 +14,7 @@ The tool currently supports two main layout modes: ***Grid*** and ***Masonry***
|
|
|
14
14
|
| <img src="samples/grid.jpg" width="400"> | <img src="samples/grid-with-captions.jpg" width="400"> |
|
|
15
15
|
| **Masonry (Horizontal)** | **Masonry (Vertical)** |
|
|
16
16
|
| <img src="samples/masonry-horizontal.jpg" width="400"> | <img src="samples/masonry-vertical.jpg" width="400"> |
|
|
17
|
-
| **
|
|
17
|
+
| **Collage (Instagram Grid)** | **Collage (Vertical Book Spread)** |
|
|
18
18
|
| <img src="samples/instagram-grid.jpg" width="400"> | <img src="samples/vertical-book-spread.jpg" width="400"> |
|
|
19
19
|
| **Collage (Horizontal Book Spread)** | **Collage (Dashboard Shot)** |
|
|
20
20
|
| <img src="samples/horizontal-book-spread.jpg" width="400"> | <img src="samples/dashboard-shot.jpg" width="400"> |
|
package/package.json
CHANGED