Skip to content
View ShaMan123's full-sized avatar

Sponsors

@septemberjustin
@howtomakeaturn
@cwollenhaupt
Private Sponsor

Highlights

  • Pro

Block or report ShaMan123

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. erase2d Public

    A simple erasing tool for canvas apps

    TypeScript 20 5

  2. playwright Public

    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. fabric.js Public

    Forked from fabricjs/fabric.js

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

    JavaScript 1 1

  4. fabric-eraser-migration-v1-v2.js
    1
    
                  
    2
    function migrateObject(obj) {
    3
        const clipPath = obj?.clipPath;
    4
        if (clipPath && clipPath.type === 'group' && clipPath.eraser === true) {
    5
            clipPath.type = 'eraser';
  5. playwright-community/eslint-plugin-playwright Public

    ESLint plugin for Playwright

    TypeScript 308 41

  6. bpmn-io/path-intersection Public

    Computes the intersection between two SVG paths.

    JavaScript 113 9