Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kurtbruns/figma-tex-to-svg
- Owner: kurtbruns
- Created: 2023-06-27T21:08:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-28T14:39:27.000Z (over 1 year ago)
- Last Synced: 2024-12-09T00:49:34.741Z (about 2 months ago)
- Topics: figma, figma-plugin, latex, math, svg, tex, tex-to-svg
- Language: HTML
- Homepage: https://www.figma.com/community/plugin/1255629578161025994/
- Size: 338 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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
```