@podlite/image 0.0.36 → 0.0.38

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.
Files changed (2) hide show
  1. package/README.md +61 -4
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,12 +1,69 @@
1
- # @podlite/image
2
-
3
- image handling plugin for Podlite — caption and embed images
1
+ <p align="center">
2
+ <picture>
3
+ <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/podlite/podlite/main/assets/podlite-mark-core-dark.svg">
4
+ <img src="https://raw.githubusercontent.com/podlite/podlite/main/assets/podlite-mark-core.svg" width="350" alt="@podlite/image">
5
+ </picture>
6
+ </p>
7
+ <p align="center"><em>image handling plugin for Podlite — caption and embed images</em></p>
4
8
 
5
9
  ```sh
6
10
  npm install @podlite/image
7
11
  ```
8
12
 
9
- Part of the [Podlite](https://podlite.org) ecosystem — [source](https://github.com/podlite/podlite) · [specification](https://podlite.org/specification) · [online editor](https://pod6.in/)
13
+ <div align="center">
14
+ <table border=0><tr><td valign=top><div align="center">
15
+
16
+ ##### specification
17
+
18
+ </div>
19
+
20
+ - [Source](https://github.com/podlite/podlite-specs)
21
+ - [HTML](https://podlite.org/specification)
22
+ - [Discussions](https://github.com/podlite/podlite-specs/discussions)
23
+
24
+ <div align="center">
25
+
26
+ ##### implementation
27
+
28
+ </div>
29
+
30
+ - [Source](https://github.com/podlite/podlite)
31
+ - [Changelog](https://github.com/podlite/podlite/releases)
32
+ - [Issues](https://github.com/podlite/podlite/issues)
33
+
34
+ </td><td valign=top><div align="center">
35
+
36
+ ##### publishing
37
+
38
+ </div>
39
+
40
+ - [Podlite-web](https://github.com/podlite/podlite-web)
41
+ - [How-to article](https://zahatski.com/2022/8/23/1/start-you-own-blog-site-with-podlite-for-web)
42
+ - [Changelog](https://github.com/podlite/podlite-web/releases)
43
+
44
+ </td><td valign=top><div align="center">
45
+
46
+ ##### desktop editor
47
+
48
+ </div>
49
+
50
+ - [Releases](https://github.com/podlite/podlite-desktop/releases)
51
+ - [Issues](https://github.com/podlite/podlite-desktop/issues)
52
+ - Stores: [Mac](https://apps.apple.com/us/app/podlite/id1526511053) · [Windows](https://www.microsoft.com/store/apps/9NVNT9SNQJM8) · [Linux](https://snapcraft.io/podlite)
53
+
54
+ </td><td valign=top><div align="center">
55
+
56
+ ##### resources
57
+
58
+ </div>
59
+
60
+ - [podlite.org](https://podlite.org)
61
+ - [pod6.in](https://pod6.in/)
62
+ - [github.com/podlite](https://github.com/podlite/)
63
+ - [Funding](https://opencollective.com/podlite)
64
+
65
+ </td></tr></table>
66
+ </div>
10
67
 
11
68
  ## Author
12
69
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@podlite/image",
3
- "version": "0.0.36",
3
+ "version": "0.0.38",
4
4
  "description": "Image handling plugin for Podlite — caption and embed images",
5
5
  "main": "lib/index.js",
6
6
  "homepage": "https://podlite.org",
@@ -50,7 +50,7 @@
50
50
  "module": "./esm/index.js"
51
51
  },
52
52
  "dependencies": {
53
- "@podlite/schema": "^0.0.37"
53
+ "@podlite/schema": "^0.0.39"
54
54
  },
55
55
  "peerDependencies": {
56
56
  "react": "^16.0.0 || ^17.0.0 || ^18",