masonry-blade 0.1.1 → 0.1.2
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 +5 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,6 +6,11 @@ Algo-oriented lib for creating masonry grids with ZERO dependencies😭, Web Wor
|
|
|
6
6
|
|
|
7
7
|
> Made with love. ❤️
|
|
8
8
|
|
|
9
|
+

|
|
10
|
+

|
|
11
|
+

|
|
12
|
+
[](https://github.com/steelWinds/masonry-blade/actions/workflows/build-validate.yml)
|
|
13
|
+
|
|
9
14
|
<div align="center">
|
|
10
15
|
<a href="https://steelwinds.github.io/masonry-blade/" target="_blank">
|
|
11
16
|
<img width="300" src="./.github/logo.png" alt="masonry-blad logo">
|
|
@@ -13,11 +18,6 @@ Algo-oriented lib for creating masonry grids with ZERO dependencies😭, Web Wor
|
|
|
13
18
|
<h3 align="center">Click on logo and go to the playground</h3>
|
|
14
19
|
</div>
|
|
15
20
|
|
|
16
|
-

|
|
17
|
-

|
|
18
|
-

|
|
19
|
-
[](https://github.com/steelWinds/masonry-blade/actions/workflows/build-validate.yml)
|
|
20
|
-
|
|
21
21
|
## Playground
|
|
22
22
|
|
|
23
23
|
> You can see the already built matrix with Picsum API, lazy load, and responsive recreation recreateMatrix on the [Playground](https://steelwinds.github.io/masonry-blade/).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "masonry-blade",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Algo-oriented lib for creating masonry grids with ZERO dependencies😭, Web Worker-powered😱 calculations, and guaranteed column height differences no greater than 30%.",
|
|
6
6
|
"keywords": [
|