All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.formats.size.js Maven / Gradle / Ivy

import { ClassAttributor, Scope, StyleAttributor } from 'parchment';
const SizeClass = new ClassAttributor('size', 'ql-size', {
  scope: Scope.INLINE,
  whitelist: ['small', 'large', 'huge']
});
const SizeStyle = new StyleAttributor('size', 'font-size', {
  scope: Scope.INLINE,
  whitelist: ['10px', '18px', '32px']
});
export { SizeClass, SizeStyle };
//# sourceMappingURL=size.js.map




© 2015 - 2025 Weber Informatics LLC | Privacy Policy