Skip to content
View yagudaev's full-sized avatar

Highlights

  • Pro

Organizations

@nano3labs

Block or report yagudaev

Report abuse

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

Report abuse

Pinned Loading

  1. voiceclaw voiceclaw Public

    Voice to brain interface 🦞🎤🧠 for OpenClaw, Hermes, PI, etc

    TypeScript 15 4

  2. figma-to-json figma-to-json Public

    💾 Read/Write Figma Files as JSON

    TypeScript 324 40

  3. css-gradient-to-figma css-gradient-to-figma Public

    Plugin to insert a CSS Gradient into Figma

    TypeScript 20 2

  4. tts-apis-comparison tts-apis-comparison Public

    A comparison of TTS APIs and Open Source projects on price, speed and quality

    10

  5. Figma convert `gradientHandlePositio... Figma convert `gradientHandlePositions` to `transformGradient` and vice-versa
    1
    import {
    2
      convertGradientHandlesToTransform,
    3
      convertTransformToGradientHandles
    4
    } from "./setPropertyFill"
    5
    
                  
  6. 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