@coreviz/sdk 1.0.12 → 1.0.13

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 +30 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,11 +1,39 @@
1
+ [![The World's Most Powerful Visual Copilot](./demo/banner.png)](https://coreviz.io)
2
+
3
+ <div align="center">
4
+ <h1>CoreViz</h1>
5
+ <a href="https://coreviz.io/">Home</a>
6
+ <span>&nbsp;&nbsp;•&nbsp;&nbsp;</span>
7
+ <a href="https://lab.coreviz.io/">Studio</a>
8
+ <span>&nbsp;&nbsp;•&nbsp;&nbsp;</span>
9
+ <a href="https://github.com/coreviz/cli">CLI</a>
10
+ <span>&nbsp;&nbsp;•&nbsp;&nbsp;</span>
11
+ <a href="https://github.com/coreviz/sdk">SDK</a>
12
+ <span>&nbsp;&nbsp;•&nbsp;&nbsp;</span>
13
+ <a href="https://docs.coreviz.io/">Docs</a>
14
+ <span>&nbsp;&nbsp;•&nbsp;&nbsp;</span>
15
+ <a href="https://x.com/withcoreviz">X</a>
16
+ <span>&nbsp;&nbsp;•&nbsp;&nbsp;</span>
17
+ <a href="https://www.linkedin.com/company/coreviz/">LinkedIn</a>
18
+ <span>&nbsp;&nbsp;•&nbsp;&nbsp;</span>
19
+ <a href="mailto:team@coreviz.io">Contact</a>
20
+ <br />
21
+ <br />
22
+
23
+ CoreViz is a Vision AI platform for teams and individuals working with thousands of visual assets.
24
+
25
+ <p align="center">
26
+ <a href="https://coreviz.io"><img alt="CoreViz" src="./demo/demo.gif"></a>
27
+ </p>
28
+ </div>
29
+
30
+
1
31
  # @coreviz/sdk
2
32
 
3
33
  Easily integrate powerful image analysis and manipulation features into your applications with CoreViz (https://coreviz.io/) 's Vision SDK.
4
34
 
5
35
  ## Introduction
6
36
 
7
- [![CoreViz Demo Screenshot](./demo/demo.gif)](https://coreviz.io/)
8
-
9
37
  The CoreViz SDK powers the [coreviz.io](https://coreviz.io/) platform and the [CoreViz CLI](https://github.com/coreviz/cli), providing fast, consistent AI image analysis and manipulation capabilities across environments.
10
38
 
11
39
  You can try out the live demos and tools built with this SDK at [coreviz.io/tools](https://coreviz.io/tools), including:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coreviz/sdk",
3
- "version": "1.0.12",
3
+ "version": "1.0.13",
4
4
  "description": "CoreViz SDK",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",