@podlite/image 0.0.23 → 0.0.24
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 +53 -6
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -22,19 +22,66 @@ Podlite aims to provide users with a means for creativity and expressing ideas i
|
|
|
22
22
|
|
|
23
23
|
## Useful links
|
|
24
24
|
|
|
25
|
-
|
|
25
|
+
<div align="center">
|
|
26
|
+
<table border=0><tr><td valign=top><div align="center">
|
|
27
|
+
|
|
28
|
+
##### specification
|
|
29
|
+
|
|
30
|
+
</div>
|
|
31
|
+
|
|
32
|
+
- [Source](https://github.com/podlite/podlite-specs)
|
|
33
|
+
- [in HTML](https://podlite.org/specification)
|
|
34
|
+
- [Discussions](https://github.com/podlite/podlite-specs/discussions)
|
|
35
|
+
|
|
36
|
+
<div align="center">
|
|
37
|
+
|
|
38
|
+
##### implementation
|
|
39
|
+
</div>
|
|
40
|
+
|
|
41
|
+
- [Source](https://github.com/podlite/podlite)
|
|
42
|
+
- [Changelog](https://github.com/podlite/podlite/releases)
|
|
43
|
+
- [Issues](https://github.com/podlite/podlite/issues)
|
|
44
|
+
|
|
26
45
|
|
|
27
|
-
|
|
46
|
+
</td><td valign=top><div align="center">
|
|
28
47
|
|
|
29
|
-
|
|
48
|
+
##### publishing system
|
|
30
49
|
|
|
31
|
-
|
|
50
|
+
</div>
|
|
51
|
+
|
|
52
|
+
- [Podlite-web](https://github.com/podlite/podlite-web)
|
|
53
|
+
- [How-to article](https://zahatski.com/2022/8/23/1/start-you-own-blog-site-with-podlite-for-web)
|
|
54
|
+
- [Issues](https://github.com/podlite/podlite-specs/issues)
|
|
55
|
+
- [Changelog](https://github.com/podlite/podlite-web/releases)
|
|
56
|
+
- [Example: Knowledge base for <br/> raku programming language](https://raku-knowledge-base.podlite.org/)
|
|
57
|
+
|
|
58
|
+
</td><td valign=top><div align="center">
|
|
59
|
+
|
|
60
|
+
##### desktop viewer/editor
|
|
61
|
+
|
|
62
|
+
</div>
|
|
63
|
+
|
|
64
|
+
- [Podlite-desktop](https://github.com/podlite/podlite-desktop)
|
|
65
|
+
- [Releases](https://github.com/podlite/podlite-desktop/releases)
|
|
66
|
+
- [Issues](https://github.com/podlite/podlite-desktop/issues)
|
|
32
67
|
|
|
33
|
-
|
|
68
|
+
</td><td valign=top><div align="center">
|
|
69
|
+
|
|
70
|
+
##### online resurces
|
|
71
|
+
|
|
72
|
+
</div>
|
|
73
|
+
|
|
74
|
+
- [podlite.org](https://podlite.org)
|
|
75
|
+
- [pod6.in](https://pod6.in/)
|
|
76
|
+
- [github.com/podlite](https://github.com/podlite/)
|
|
77
|
+
- [Podlite project updates](https://podlite.org/contents)
|
|
78
|
+
|
|
79
|
+
</td></tr></table>
|
|
80
|
+
</div>
|
|
34
81
|
|
|
35
82
|
## AUTHOR
|
|
36
83
|
|
|
37
|
-
Copyright (c) 2021-
|
|
84
|
+
Copyright (c) 2021-2025 Aliaksandr Zahatski
|
|
38
85
|
|
|
39
86
|
## License
|
|
40
87
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@podlite/image",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.24",
|
|
4
4
|
"description": "image",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"license": "MIT",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"module": "./esm/index.js"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@podlite/schema": "^0.0.
|
|
28
|
+
"@podlite/schema": "^0.0.25"
|
|
29
29
|
},
|
|
30
30
|
"peerDependencies": {
|
|
31
31
|
"react": "^16.0.0 || ^17.0.0 ",
|