1- # markmint
1+ # motifmint
22
33> Turn any image into a clean, recolorable ** SVG logo or icon** — then export a
44> full ** favicon / app-icon pack** — 100% in your browser. Open source, MIT, no upload.
1010[ ![ Built with Astro] ( https://img.shields.io/badge/Built%20with-Astro-BC52EE )] ( https://astro.build/ )
1111[ ![ Engine: VTracer] ( https://img.shields.io/badge/Engine-VTracer%20(WASM)-orange )] ( https://github.com/visioncortex/vtracer )
1212
13- ** Live demo:** [ oss.cver.net/markmint ] ( https://oss.cver.net/markmint / ) · ** License:** MIT · ** No server, no upload, no signup**
13+ ** Live demo:** [ oss.cver.net/motifmint ] ( https://oss.cver.net/motifmint / ) · ** License:** MIT · ** No server, no upload, no signup**
1414
1515[ ** English** ] ( #english ) ・ [ ** 日本語** ] ( #日本語 )
1616
1717---
1818
1919## English
2020
21- ### What is markmint ?
21+ ### What is motifmint ?
2222
23- markmint is a lightweight, in-browser ** logo & icon studio** . Drop in a raster
23+ motifmint is a lightweight, in-browser ** logo & icon studio** . Drop in a raster
2424image (PNG/JPG/WebP), and it traces a clean vector you can recolor, simplify and
2525compose — then export as an optimized SVG, a raster, or a complete favicon /
2626app-icon pack. It is ** not** a general format converter: it's focused on making
2727marks look good and ship anywhere.
2828
2929Why not the usual online tracers? Most upload your image to a third-party
3030server, lock the good output behind a paywall, or stop at a one-shot trace.
31- markmint :
31+ motifmint :
3232
3333- Runs ** entirely in your browser** via WebAssembly — your image never leaves
3434 your machine.
@@ -78,13 +78,13 @@ markmint:
7878
7979### Quick start (use online)
8080
81- Open [ ` https://oss.cver.net/markmint / ` ] ( https://oss.cver.net/markmint / ) and drag an image in.
81+ Open [ ` https://oss.cver.net/motifmint / ` ] ( https://oss.cver.net/motifmint / ) and drag an image in.
8282
8383### Self-host
8484
8585``` bash
86- git clone https://github.com/CVERInc/markmint .git
87- cd markmint
86+ git clone https://github.com/CVERInc/motifmint .git
87+ cd motifmint
8888npm install
8989npm run dev # http://localhost:4321
9090npm test # unit tests (Vitest)
@@ -113,7 +113,7 @@ Pages, or your own nginx. **No server runtime is required.**
113113### Project layout
114114
115115```
116- markmint /
116+ motifmint /
117117├─ src/
118118│ ├─ components/
119119│ │ ├─ Studio.svelte # the studio UI (trace, edit, export)
@@ -135,7 +135,7 @@ markmint/
135135
136136### Privacy
137137
138- markmint does not collect, log, or transmit anything. The image is decoded via
138+ motifmint does not collect, log, or transmit anything. The image is decoded via
139139the browser's Canvas API, traced by the WebAssembly module on the same page,
140140and rendered locally. There is no server backend.
141141
@@ -145,7 +145,7 @@ and rendered locally. There is no server backend.
145145- [ ] Advanced trace controls — expose VTracer knobs (corner/splice thresholds, …)
146146- [ ] Paste from clipboard + bundled sample logos
147147- [ ] Boolean ops (union / subtract / intersect) on selected shapes
148- - [ ] CLI: ` npx @cver/markmint input.png > out.svg ` + batch (zip in → zip out)
148+ - [ ] CLI: ` npx @cver/motifmint input.png > out.svg ` + batch (zip in → zip out)
149149- [ ] Light theme + remembered settings
150150
151151### Contributing
@@ -162,16 +162,16 @@ welcome.
162162
163163## 日本語
164164
165- ### markmint とは?
165+ ### motifmint とは?
166166
167- markmint は、軽量でブラウザ完結の ** ロゴ・アイコンスタジオ** です。ラスター画像
167+ motifmint は、軽量でブラウザ完結の ** ロゴ・アイコンスタジオ** です。ラスター画像
168168(PNG/JPG/WebP)をドロップするとクリーンなベクターにトレースし、色変更・簡略化・
169169合成まで行えます。仕上げは最適化 SVG、ラスター、あるいは ** ファビコン /
170170アプリアイコン一式** として書き出し。汎用フォーマット変換ツールではなく、
171171「マークをきれいに、どこでも使える形に」することに特化しています。
172172
173173オンラインのトレーサーの多くは、画像を第三者サーバーにアップロードするか、
174- 良い出力を有料化するか、一発トレースで終わりです。markmint は:
174+ 良い出力を有料化するか、一発トレースで終わりです。motifmint は:
175175
176176- ** 完全にブラウザ上で動作** (WebAssembly)— 画像は端末から出ません。
177177- [ ** VTracer** ] ( https://github.com/visioncortex/vtracer ) (Rust 製のモダンな
@@ -220,13 +220,13 @@ markmint は、軽量でブラウザ完結の **ロゴ・アイコンスタジ
220220
221221### 使い方(オンライン版)
222222
223- [ ` https://oss.cver.net/markmint / ` ] ( https://oss.cver.net/markmint / ) を開いて画像をドラッグするだけ。
223+ [ ` https://oss.cver.net/motifmint / ` ] ( https://oss.cver.net/motifmint / ) を開いて画像をドラッグするだけ。
224224
225225### セルフホスト
226226
227227``` bash
228- git clone https://github.com/CVERInc/markmint .git
229- cd markmint
228+ git clone https://github.com/CVERInc/motifmint .git
229+ cd motifmint
230230npm install
231231npm run dev # http://localhost:4321
232232npm test # ユニットテスト (Vitest)
@@ -238,7 +238,7 @@ GitHub Pages / nginx)にデプロイすればOK。**サーバランタイム
238238
239239### プライバシー
240240
241- markmint は何も収集・記録・送信しません。画像は Canvas API でデコード、同じ
241+ motifmint は何も収集・記録・送信しません。画像は Canvas API でデコード、同じ
242242ページ上の WebAssembly モジュールでトレース、ローカルで描画されます。
243243バックエンドサーバは存在しません。
244244
@@ -248,7 +248,7 @@ markmint は何も収集・記録・送信しません。画像は Canvas API
248248- [ ] 高度なトレース設定(VTracer の各パラメータを公開)
249249- [ ] クリップボードからの貼り付け+サンプルロゴ同梱
250250- [ ] ブール演算(合体 / 減算 / 交差)を選択シェイプに
251- - [ ] CLI: ` npx @cver/markmint input.png > out.svg ` + バッチ(zip in → zip out)
251+ - [ ] CLI: ` npx @cver/motifmint input.png > out.svg ` + バッチ(zip in → zip out)
252252- [ ] ライトテーマ+設定の記憶
253253
254254### 貢献
0 commit comments