@gilluan/ngx-figma
Version:
Angular component to render [Figma live embeds](https://help.figma.com/article/93-figma-live-embed).
60 lines (46 loc) • 976 B
Markdown
# ngx-figma
Angular component to render [Figma live embeds](https://help.figma.com/article/93-figma-live-embed).
## Install
```
npm install @gilluan/ngx-figma --save // OR
yarn add @gilluan/ngx-figma
```
## Getting Started
Ensure you import the module and the dependencies:
```js
import { NgxFigmaModule } from '@gilluan/ngx-figma';
export class AppModule {}
```
### Basic Example
```js
export class App {
}
```
### Using height and width Example
```js
export class App {}
```