UNPKG

@atlaskit/adf-schema

Version:

Shared package that contains the ADF-schema (json) and ProseMirror node/mark specs

6 lines (5 loc) 144 B
// eslint-disable-line import/no-namespace const IS_RGB_REGEX = /rgba?\(/u; export function isRgb(color) { return IS_RGB_REGEX.test(color); }