Giter Site home page Giter Site logo

figma-app's Introduction

figma-app's People

Contributors

kinjo1130 avatar

Watchers

 avatar

figma-app's Issues

仕様書

Figma で利用している 色の情報を取得し、Web アプリからその色が使われている Figma の Node へのリンクを作成。
クリックすると Figma が開き、その Node が選択されている状態で表示する。

  • プラグイン
    • JavaScript or TypeScript を利用
    • Figma プラグインで色の情報を集め、Firebase の HTTP CallableFunction を利用し、Firestore に色の情報(Fills 内にあったはず)と、それに紐づく NodeId を保存
    • Document 内のデータ例
      • { color: "#FFFFFF", ids: ["1", "2", "3"] }
      • { color:"#000000", ids: ["4", "5", "6"] }
  • WebApp
    • React、Redux、TypeScript を利用
    • Firestore に入れたデータを Redux 経由で取得し、色の情報と Figma へのリンクを表示
    • リンクをクリックすれば、その Node が選択された状態で Figma が開く

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.