dotmote 0.3.1 → 0.3.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # dotmote
2
2
 
3
- <img src="docs/example.png" alt="dotmote — LED dot-matrix glow component" width="100%" />
3
+ <img src="https://raw.githubusercontent.com/rryanchiu/dotmote/main/docs/example.png" alt="dotmote — LED dot-matrix glow component" width="100%" />
4
4
 
5
5
  <p align="center">
6
6
  <a href="https://www.npmjs.com/package/dotmote"><img alt="npm" src="https://img.shields.io/npm/v/dotmote" /></a>
@@ -10,7 +10,7 @@
10
10
  <a href="https://stackblitz.com/github/rryanchiu/dotmote"><img alt="Open in StackBlitz" src="https://img.shields.io/badge/Open%20in-StackBlitz-1269D3" /></a>
11
11
  </p>
12
12
 
13
- <p align="center">**[English](README.md)** · [简体中文](README.zh-CN.md)</p>
13
+ <p align="center">[English](https://github.com/rryanchiu/dotmote/blob/main/README.md) · [简体中文](https://github.com/rryanchiu/dotmote/blob/main/README.zh-CN.md)</p>
14
14
 
15
15
  > **Live demo** — [dotmote.imryan.dev](https://dotmote.imryan.dev) · **Try it live**: [Open in StackBlitz](https://stackblitz.com/github/rryanchiu/dotmote) to run the playground in your browser. You can also import this GitHub repo into CodeSandbox.
16
16
 
package/README.zh-CN.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # dotmote
2
2
 
3
- <img src="docs/example.png" alt="dotmote — LED 点阵流光组件" width="100%" />
3
+ <img src="https://raw.githubusercontent.com/rryanchiu/dotmote/main/docs/example.png" alt="dotmote — LED 点阵流光组件" width="100%" />
4
4
 
5
5
  <p align="center">
6
6
  <a href="https://www.npmjs.com/package/dotmote"><img alt="npm" src="https://img.shields.io/npm/v/dotmote" /></a>
@@ -10,7 +10,7 @@
10
10
  <a href="https://stackblitz.com/github/rryanchiu/dotmote"><img alt="Open in StackBlitz" src="https://img.shields.io/badge/Open%20in-StackBlitz-1269D3" /></a>
11
11
  </p>
12
12
 
13
- <p align="center">[English](README.md) · **简体中文**</p>
13
+ <p align="center">[English](https://github.com/rryanchiu/dotmote/blob/main/README.md) · [简体中文](https://github.com/rryanchiu/dotmote/blob/main/README.zh-CN.md)</p>
14
14
 
15
15
  > **在线演示** — [dotmote.imryan.dev](https://dotmote.imryan.dev)。
16
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dotmote",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "Brand-agnostic dotted-matrix glow background. Framework-agnostic Canvas core with thin React and Vue wrappers.",
5
5
  "keywords": [
6
6
  "react",