@buildcores/render-client 1.0.0 → 1.0.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 +4 -0
- package/package.json +9 -1
package/README.md
CHANGED
|
@@ -332,6 +332,10 @@ Set the display size based on your layout needs:
|
|
|
332
332
|
|
|
333
333
|
ISC
|
|
334
334
|
|
|
335
|
+
**⚠️ YOU MUST HAVE A LICENSE TO THE BUILDCORES API TO USE THIS**
|
|
336
|
+
|
|
337
|
+
To contact us, visit: [www.buildcores.com/api](https://www.buildcores.com/api)
|
|
338
|
+
|
|
335
339
|
## 🤝 Contributing
|
|
336
340
|
|
|
337
341
|
Issues and pull requests are welcome! Please ensure TypeScript types are properly maintained.
|
package/package.json
CHANGED
|
@@ -1,8 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@buildcores/render-client",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "React component for interactive 360-degree video rendering",
|
|
6
|
+
"repository": {
|
|
7
|
+
"type": "git",
|
|
8
|
+
"url": "git+https://github.com/buildcores/buildcores-render-client.git"
|
|
9
|
+
},
|
|
10
|
+
"bugs": {
|
|
11
|
+
"url": "https://github.com/buildcores/buildcores-render-client/issues"
|
|
12
|
+
},
|
|
13
|
+
"homepage": "https://github.com/buildcores/buildcores-render-client#readme",
|
|
6
14
|
"main": "dist/index.js",
|
|
7
15
|
"module": "dist/index.esm.js",
|
|
8
16
|
"types": "dist/index.d.ts",
|