calkit / calkit/fromwhere

Create fromwhere logo

Open
#1 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

Use figmint itself to do this: $fig\hat{m}int$

1. Make it LaTeX: `fig\hat{m}int`
2. Use the same Calkit green (copied from FastAPI)
3. Create as part of a Calkit pipeline? Maybe that's a little crazy

Code:

```python
from figmint import Figure

f = Figure()
f.add_latex(r"fig\hat{m}int")
f.scale(width="800px")
f.save("logo.png")
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.