@lacspace/og 1.1.0 → 1.1.1
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 +12 -6
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -126,16 +126,22 @@ backward compatible.
|
|
|
126
126
|
|
|
127
127
|
## Licensing
|
|
128
128
|
|
|
129
|
-
Free under the **[Lacspace Free Licence](https://lacspace.com/licenses/lacspace-free-1.0)** —
|
|
129
|
+
Free under the **[Lacspace Free Licence](https://lacspace.com/licenses/lacspace-free-1.0)** — permissive freedoms. Use it in personal and commercial projects at no cost; just keep the notice. See the **[Lacspace Licence Centre](https://lacspace.com/licenses)**.
|
|
130
|
+
|
|
131
|
+
<!-- LACSPACE-DEV-PLATFORM -->
|
|
130
132
|
|
|
131
133
|
---
|
|
132
134
|
|
|
133
|
-
|
|
135
|
+
## The Lacspace Developer Platform
|
|
134
136
|
|
|
135
|
-
|
|
137
|
+
`@lacspace/og` is part of **63 zero-dependency, isomorphic TypeScript packages** — one standard library for the modern web. Explore the ecosystem:
|
|
136
138
|
|
|
137
|
-
|
|
139
|
+
- 📦 **This package, documented** — https://developer.lacspace.com/packages/og
|
|
140
|
+
- 🗂️ **All 63 packages** — https://developer.lacspace.com/packages
|
|
141
|
+
- 🧭 **Developer handbook** — guides & runnable recipes — https://developer.lacspace.com/handbook
|
|
142
|
+
- 🧪 **Live playground** — run any package in your browser — https://developer.lacspace.com/playground
|
|
143
|
+
- 🖥️ **Finished app templates** — https://templates.lacspace.com
|
|
144
|
+
- 🚀 **Scaffold a full app** — `npm create lacspace-app@latest`
|
|
138
145
|
|
|
139
|
-
|
|
146
|
+
Free under the **[Lacspace Free Licence](https://lacspace.com/licenses/lacspace-free-1.0)** — a permissive, free-to-use licence.
|
|
140
147
|
|
|
141
|
-
<div align="center"><sub>Built with care by <a href="https://lacspace.com">Lacspace</a> · Lacspace Free Licence · <a href="https://github.com/lacspace/npm-packages">source</a></sub></div>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lacspace/og",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.1",
|
|
4
4
|
"description": "Dynamic Open Graph images — a share-card design system you configure once and call per page. Produces a next/og element tree AND a zero-dependency SVG from the same options, with auto-fitting titles, presets, badges and gradients. Zero-dependency, isomorphic.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
],
|
|
46
46
|
"author": "Lacspace <contact@lacspace.com>",
|
|
47
47
|
"license": "SEE LICENSE IN LICENSE",
|
|
48
|
-
"homepage": "https://lacspace.com/packages",
|
|
48
|
+
"homepage": "https://developer.lacspace.com/packages/og",
|
|
49
49
|
"repository": {
|
|
50
50
|
"type": "git",
|
|
51
51
|
"url": "git+https://github.com/lacspace/npm-packages.git",
|