react-native-tgfx 0.0.0

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.
Files changed (2) hide show
  1. package/README.md +5 -0
  2. package/package.json +17 -0
package/README.md ADDED
@@ -0,0 +1,5 @@
1
+ # react-native-tgfx
2
+
3
+ Declarative [tgfx](https://github.com/Tencent/tgfx) GPU canvas for React Native, backed by Nitro Modules.
4
+
5
+ Placeholder release — the implementation is in progress. Watch https://github.com/riteshshukla04/Tgfx.
package/package.json ADDED
@@ -0,0 +1,17 @@
1
+ {
2
+ "name": "react-native-tgfx",
3
+ "version": "0.0.0",
4
+ "description": "Declarative tgfx GPU canvas for React Native. Placeholder — implementation in progress.",
5
+ "license": "MIT",
6
+ "author": "riteshshukla04",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "git+https://github.com/riteshshukla04/Tgfx.git"
10
+ },
11
+ "keywords": ["react-native", "tgfx", "nitro", "gpu", "canvas"],
12
+ "files": ["README.md"],
13
+ "publishConfig": {
14
+ "access": "public",
15
+ "registry": "https://registry.npmjs.org/"
16
+ }
17
+ }