Skip to content
View yagudaev's full-sized avatar

Organizations

@func-i @nano3labs
Block or Report

Block or report yagudaev

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

  1. figma-to-json figma-to-json Public

    πŸ’Ύ Read/Write Figma Files as JSON

    TypeScript 162 22

  2. css-gradient-to-figma css-gradient-to-figma Public

    Plugin to insert a CSS Gradient into Figma

    TypeScript 14 2

  3. Figma convert `gradientHandlePositio... Figma convert `gradientHandlePositions` to `transformGradient` and vice-versa
    1
    import {
    2
      convertGradientHandlesToTransform,
    3
      convertTransformToGradientHandles
    4
    } from "./setPropertyFill"
    5
    
                  
  4. figma-plugin-performance-test figma-plugin-performance-test Public

    Figma Plugin Perfomance Experiment πŸ§ͺ

    TypeScript 1

  5. Cypress Fetch Support Workaround - r... Cypress Fetch Support Workaround - replaces fetch request with traditional XHR so cypress can track them
    1
    // cypress/support/hooks.js
    2
    
                  
    3
    // Cypress does not support listening to the fetch method
    4
    // Therefore, as a workaround we polyfill `fetch` with traditional XHR which
    5
    // are supported. See: https://github.com/cypress-io/cypress/issues/687