canvas-globe 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/CHANGELOG.md +6 -0
- package/README.md +13 -0
- package/codemeta.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,12 @@ All notable changes to this package are documented here. The format follows
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
## [0.1.2] - 2026-09-14
|
|
10
|
+
|
|
11
|
+
- Added npm, CI, license, TypeScript, and zero-dependency badges to the README.
|
|
12
|
+
- Added guided bug, feature, documentation, and showcase issue forms.
|
|
13
|
+
- Added support and community conduct documents plus release-note categories.
|
|
14
|
+
|
|
9
15
|
## [0.1.1] - 2026-09-14
|
|
10
16
|
|
|
11
17
|
- Added real product renders to the npm and GitHub README, including a clickable
|
package/README.md
CHANGED
|
@@ -1,11 +1,19 @@
|
|
|
1
1
|
# CanvasGlobe
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/canvas-globe)
|
|
4
|
+
[](https://www.npmjs.com/package/canvas-globe)
|
|
5
|
+
[](https://github.com/Shree-hari/canvas-globe/actions/workflows/ci.yml)
|
|
6
|
+
[](LICENSE)
|
|
7
|
+
[](types/index.d.ts)
|
|
8
|
+
[](package.json)
|
|
9
|
+
|
|
3
10
|
[](https://canvasglobe.swiftools.com/playground)
|
|
4
11
|
|
|
5
12
|
[**Open the live playground**](https://canvasglobe.swiftools.com/playground) ·
|
|
6
13
|
[Examples](https://canvasglobe.swiftools.com/examples) ·
|
|
7
14
|
[Documentation](https://canvasglobe.swiftools.com/intro) ·
|
|
8
15
|
[React guide](https://canvasglobe.swiftools.com/react-globe) ·
|
|
16
|
+
[Showcase](https://canvasglobe.swiftools.com/showcase) ·
|
|
9
17
|
[Commercial pricing](https://canvasglobe.swiftools.com/pricing)
|
|
10
18
|
|
|
11
19
|
`canvas-globe` is a zero-dependency JavaScript library for an interactive
|
|
@@ -639,6 +647,11 @@ The product website and documentation are maintained separately at
|
|
|
639
647
|
For installation help, licensing questions, commercial inquiries, or general
|
|
640
648
|
support, email [globe@swiftools.com](mailto:globe@swiftools.com).
|
|
641
649
|
|
|
650
|
+
Found a bug or have an idea? Use the repository's guided issue forms. Built
|
|
651
|
+
something with CanvasGlobe? Submit it to the
|
|
652
|
+
[community showcase](https://canvasglobe.swiftools.com/showcase); projects are
|
|
653
|
+
only displayed after the owner grants permission.
|
|
654
|
+
|
|
642
655
|
## Author
|
|
643
656
|
|
|
644
657
|
Harsh Jhunjhunuwala
|
package/codemeta.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"identifier": "canvas-globe",
|
|
6
6
|
"description": "Zero-dependency JavaScript and React library for interactive 3D globes and flat world maps rendered with Canvas 2D, with no WebGL or API-key requirement.",
|
|
7
7
|
"url": "https://canvasglobe.swiftools.com/",
|
|
8
|
-
"version": "0.1.
|
|
8
|
+
"version": "0.1.2",
|
|
9
9
|
"codeRepository": "https://github.com/Shree-hari/canvas-globe",
|
|
10
10
|
"issueTracker": "https://github.com/Shree-hari/canvas-globe/issues",
|
|
11
11
|
"downloadUrl": "https://www.npmjs.com/package/canvas-globe",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "canvas-globe",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "Zero-dependency JavaScript and React library for interactive 3D globes and flat world maps rendered with Canvas 2D. No WebGL or API key.",
|
|
5
5
|
"license": "GPL-3.0-only",
|
|
6
6
|
"author": {
|