artifactuse 0.1.30 → 0.2.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.
package/README.md CHANGED
@@ -4,6 +4,8 @@
4
4
 
5
5
  Artifactuse is a lightweight SDK that transforms AI-generated content into rich, interactive artifacts. Support for code previews, video editors, canvas/whiteboards, forms, social media previews, and more.
6
6
 
7
+ **[Live Demo](https://demo.artifactuse.com)**
8
+
7
9
  ## Features
8
10
 
9
11
  - 🎨 **Rich Content Detection** - Automatically detect and render code blocks, images, videos, maps, embeds, and more
@@ -157,6 +157,8 @@ export namespace DEFAULT_PANELS {
157
157
  let whiteboard: string;
158
158
  let drawing: string;
159
159
  let json: string;
160
+ let csv: string;
161
+ let tsv: string;
160
162
  let svg: string;
161
163
  let diff: string;
162
164
  let patch: string;