rn-ai 0.0.8 → 0.0.9

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Full stack mobile framework for building cross-platform mobile AI apps supporting image processing, real-time / streaming text and chat UIs, and image uploads with multiple service providers.
4
4
 
5
- ![React Native AI](rnaiheader.png)
5
+ ![React Native AI](https://raw.githubusercontent.com/dabit3/react-native-ai/main/rnaiheader.png?token=GHSAT0AAAAAACBYUBA6SWS42HLQGMVX6J7UZLDIQQQ)
6
6
 
7
7
  ## Features
8
8
 
@@ -14,7 +14,7 @@ Full stack mobile framework for building cross-platform mobile AI apps supportin
14
14
  - Server proxy to easily enable authentication and authorization with auth provider of choice.
15
15
  - Theming (comes out of the box with 4 themes) - easily add additional themes with just a few lines of code.
16
16
 
17
- ![React Native AI Preview](screenzzz.png)
17
+ ![React Native AI Preview](https://raw.githubusercontent.com/dabit3/react-native-ai/main/screenzzz.png?token=GHSAT0AAAAAACBYUBA6Y53GTKQE3JVD4BK4ZLDIRHA)
18
18
 
19
19
  ## Usage
20
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rn-ai",
3
- "version": "0.0.8",
3
+ "version": "0.0.9",
4
4
  "description": "Full stack mobile framework for building cross-platform mobile AI apps supporting image processing, real-time / streaming text and chat UIs, and image uploads with multiple service providers.",
5
5
  "type": "module",
6
6
  "bin": "cli.js",