export type EventPointerType = 'mouse' | 'pen' | 'touch'; export type DataURL = string & { _brand: 'DataURL'; };