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 +2 -0
- package/dist/core/index.d.ts +2 -0
- package/dist/{index-BH35XKmt.js → index-llShix6s.js} +142 -120
- package/dist/index.js +1 -1
- package/dist/react/ArtifactusePanel.d.ts +3 -1
- package/dist/react/index.d.ts +2 -0
- package/dist/react/index.js +884 -866
- package/dist/svelte/index.js +1732 -1727
- package/dist/vue/index.js +1292 -1279
- package/dist/vue2/index.js +56 -7
- package/package.json +1 -1
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
|
package/dist/core/index.d.ts
CHANGED