Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kurtbruns/figma-tex-to-svg

Figma plugin to render TeX as SVG and embed it into a Figma Design Document.
https://github.com/kurtbruns/figma-tex-to-svg

figma figma-plugin latex math svg tex tex-to-svg

Last synced: about 2 months ago
JSON representation

Figma plugin to render TeX as SVG and embed it into a Figma Design Document.

Awesome Lists containing this project

README

        

Figma plugin to render TeX as SVG and embed it in a Figma Design Document.

## Development

To install the dependencies run this command.

```
npm install
```

To rebuild the changes made to `src/code.ts` run this command.

```
npm run watch
```