UNPKG

pdf-lib

Version:

Library for creating and modifying PDF files in JavaScript

9 lines (8 loc) 321 B
import { IPDFOperatorSingleton } from '../../../pdf-operators/PDFOperator'; /** * Modify the current clipping path by intersecting it with the current path, * using the nonzero winding number rule to determine which regions lie inside * the clipping path. */ declare const W: IPDFOperatorSingleton; export default W;