vuchat 2.0.10 → 2.0.12
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 +1 -1
- package/dist/index.js +206 -206
- package/dist/types/pages/chatbot/utils.d.ts +1 -2
- package/package.json +1 -1
- package/dist/9e6a28cb422bfd48.png +0 -0
- package/dist/ac7f5bc129d3fa7c.png +0 -0
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
export declare const createGradientBase64: (width?: number, height?: number) => string;
|
|
2
|
-
export declare const loadImageAsBase64: (src: string) => Promise<string>;
|
|
3
1
|
export declare const truncate: (str: string, max?: number) => string;
|
|
2
|
+
export declare const generatePDF: (contentRef: React.RefObject<HTMLElement>, sessionTitle: string) => Promise<void>;
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|