ShaMan123 - Overview
Pinned Loading
-
Forked from microsoft/playwright
Playwright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API.
TypeScript
-
Forked from fabricjs/fabric.js
Javascript Canvas Library, SVG-to-Canvas (& canvas-to-SVG) Parser
-
2
function migrateObject(obj) {
3
const clipPath = obj?.clipPath;
4
if (clipPath && clipPath.type === 'group' && clipPath.eraser === true) {
5
clipPath.type = 'eraser';