ShaMan123 - Overview

Pinned Loading

  1. A simple erasing tool for canvas apps

    TypeScript 32 9

  2. 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

  3. Forked from fabricjs/fabric.js

    Javascript Canvas Library, SVG-to-Canvas (& canvas-to-SVG) Parser

    JavaScript 1 1

  4. 2

    function migrateObject(obj) {

    3

        const clipPath = obj?.clipPath;

    4

        if (clipPath && clipPath.type === 'group' && clipPath.eraser === true) {

    5

            clipPath.type = 'eraser';
  5. ESLint plugin for Playwright

    TypeScript 377 55

  6. Computes the intersection between two SVG paths.

    JavaScript 120 10