@lotus-tree/fg-notation 1.3.0 → 1.3.1

Sign up to get free protection for your applications and to get access to all the features.
package/README.md CHANGED
@@ -15,6 +15,8 @@ Discord bot that converts fighting game inputs into easy to read images.
15
15
 
16
16
  \>fgglossary: Searches for a term on [Infil's Fighting Game Glossary](https://glossary.infil.net)
17
17
 
18
+ \>grab: Command grab someone
19
+
18
20
  ## Examples
19
21
  https://user-images.githubusercontent.com/19596334/149458438-775d2da6-0573-46f3-b7dd-0030adaad124.mp4
20
22
 
@@ -0,0 +1,5 @@
1
+ {
2
+ "resize":{"width":170, "height": 170},
3
+ "rotate": 50,
4
+ "composite": { "top": 150, "left": 480 }
5
+ }
Binary file
@@ -0,0 +1,5 @@
1
+ {
2
+ "resize":{"width":140, "height": 140},
3
+ "rotate": 15,
4
+ "composite": { "top":50, "left": 430 }
5
+ }
Binary file
@@ -0,0 +1,5 @@
1
+ {
2
+ "resize":{ "width": 325, "height": 325 },
3
+ "rotate": -44,
4
+ "composite": { "top": -80, "left": 550 }
5
+ }
Binary file
@@ -0,0 +1,5 @@
1
+ {
2
+ "resize":{"width":160, "height": 160},
3
+ "rotate": 40,
4
+ "composite": { "top": 55, "left": 475 }
5
+ }
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lotus-tree/fg-notation",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "main": "lib/index.js",
5
5
  "module": "src/index.js",
6
6
  "scripts": {
@@ -0,0 +1,5 @@
1
+ {
2
+ "resize":{"width":170, "height": 170},
3
+ "rotate": 50,
4
+ "composite": { "top": 150, "left": 480 }
5
+ }
Binary file
@@ -0,0 +1,5 @@
1
+ {
2
+ "resize":{"width":140, "height": 140},
3
+ "rotate": 15,
4
+ "composite": { "top":50, "left": 430 }
5
+ }
Binary file
@@ -0,0 +1,5 @@
1
+ {
2
+ "resize":{ "width": 325, "height": 325 },
3
+ "rotate": -44,
4
+ "composite": { "top": -80, "left": 550 }
5
+ }
Binary file
@@ -0,0 +1,5 @@
1
+ {
2
+ "resize":{"width":160, "height": 160},
3
+ "rotate": 40,
4
+ "composite": { "top": 55, "left": 475 }
5
+ }
Binary file