@mirage-engine/painter 0.2.1 → 0.2.3

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 CHANGED
@@ -1,5 +1,17 @@
1
1
  # @mirage-engine/painter
2
2
 
3
+ ## 0.2.3
4
+
5
+ ### Patch Changes
6
+
7
+ - a05073c: core package separation
8
+
9
+ ## 0.2.2
10
+
11
+ ### Patch Changes
12
+
13
+ - 59d63ed: liking npm url for awesome
14
+
3
15
  ## 0.2.1
4
16
 
5
17
  ### Patch Changes
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  <p align="center">
2
+ <a href="https://www.npmjs.com/package/mirage-engine">
2
3
  <img src="https://raw.githubusercontent.com/dltldn333/MirageEngine/main/.github/assets/mirage-engine.png" width="300px">
4
+ </a>
3
5
  </p>
4
6
 
5
7
  <p align="center">
@@ -20,11 +22,11 @@ import { Painter } from "@mirage-engine/painter";
20
22
  const geometry = new THREE.PlaneGeometry(1, 1);
21
23
 
22
24
  const styles = {
23
- backgroundColor: "#ff0000",
24
- borderColor: "#000000",
25
- borderWidth: 2,
26
- borderRadius: 5,
27
- }
25
+ backgroundColor: "#ff0000",
26
+ borderColor: "#000000",
27
+ borderWidth: 2,
28
+ borderRadius: 5,
29
+ };
28
30
 
29
31
  const material = Painter.create(
30
32
  "BOX",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirage-engine/painter",
3
- "version": "0.2.1",
3
+ "version": "0.2.3",
4
4
  "main": "src/index.ts",
5
5
  "types": "src/index.ts",
6
6
  "peerDependencies": {