Skip to content

Commit

Permalink
move figma related docs
Browse files Browse the repository at this point in the history
  • Loading branch information
softmarshmallow committed Aug 27, 2021
1 parent 2bd3b7f commit 0ed1f0a
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 47 deletions.
49 changes: 3 additions & 46 deletions figma-native/README.md
Original file line number Diff line number Diff line change
@@ -1,48 +1,5 @@
<meta name="description" content="generate flutter code from figma, with design linting.">
<meta name="title" content="bridged figma plugin. figma to flutter code exporter">
# Figma Native - A non-web-hosted version of figma plugin.

This runs everything within only figma host. even webpages are served internally, not via localhost;

# bridged-figma-plugin (flutter code builder from figma design)
> a figma to flutter code exporter
## Development guide


### Pre-requisites

- [Node.js](https://nodejs.org/)
- [Figma desktop app](https://figma.com/downloads/)

### Building the plugin

First:

```
$ yarn install
```

```
$ yarn run dev
```

### Installing the plugin

In the Figma desktop app:

- Open a Figma document.
- Go to `Plugins``Development``New Plugin…`.
- Click the `Click to choose a manifest.json file` box, and select the `manifest.json` file that was generated.

### Debugging

Use `console.log` statements to inspect values in your code.

To open the developer console in the Figma desktop app, go to `Plugins``Development``Open Console`.

### Docs

- [Create Figma Plugin docs](https://github.com/yuanqing/create-figma-plugin#docs)
- [Figma plugin API docs](https://figma.com/plugin-docs/api/)
- [React plugin](https://www.figma.com/plugin-docs/bundling-react/)
- [Create Figma Plugin](https://github.com/yuanqing/create-figma-plugin)

Using this will overload plugin booting time & interaction delay
File renamed without changes.
47 changes: 46 additions & 1 deletion figma/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,46 @@
# Figma lite - A web hosted version of figma plugin.
<meta name="description" content="generate flutter code from figma, with design linting.">
<meta name="title" content="bridged figma plugin. figma to flutter code exporter">

# bridged-figma-plugin (flutter code builder from figma design)

> a figma to flutter code exporter
## Development guide

### Pre-requisites

- [Node.js](https://nodejs.org/)
- [Figma desktop app](https://figma.com/downloads/)

### Building the plugin

First:

```
$ yarn install
```

```
$ yarn run dev
```

### Installing the plugin

In the Figma desktop app:

- Open a Figma document.
- Go to `Plugins``Development``New Plugin…`.
- Click the `Click to choose a manifest.json file` box, and select the `manifest.json` file that was generated.

### Debugging

Use `console.log` statements to inspect values in your code.

To open the developer console in the Figma desktop app, go to `Plugins``Development``Open Console`.

### Docs

- [Create Figma Plugin docs](https://github.com/yuanqing/create-figma-plugin#docs)
- [Figma plugin API docs](https://figma.com/plugin-docs/api/)
- [React plugin](https://www.figma.com/plugin-docs/bundling-react/)
- [Create Figma Plugin](https://github.com/yuanqing/create-figma-plugin)

0 comments on commit 0ed1f0a

Please sign in to comment.