Press n or j to go to the next uncovered block, b, p or k for the previous block.
| 1 2 3 4 5 6 7 8 9 | 10x 10x 10x 10x | export const PRICING_URL = 'https://3dicomviewer.com/pricing';
export const SUPPORT_URL = 'https://3dicomviewer.com/contact-3dicom';
export const DEMO_BUCKET_URL = 'https://webgl-3dr.singular.health/demo';
export const EMAIL_REGEX =
/^(([^<>()[\]\\.,;:\s@']+(\.[^<>()\\[\]\\.,;:\s@']+)*)|('.+'))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/;
|