mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-08-31 22:27:34 +02:00
Add library events (#2448)
This commit is contained in:
@@ -7,6 +7,7 @@ export const EVENT_ALIGN = "align";
|
||||
export const EVENT_SHARE = "share";
|
||||
export const EVENT_IO = "io";
|
||||
export const EVENT_DIALOG = "dialog";
|
||||
export const EVENT_LIBRARY = "library";
|
||||
|
||||
export const trackEvent = window.gtag
|
||||
? (category: string, name: string, label?: string, value?: number) => {
|
||||
|
Reference in New Issue
Block a user