mirror of
https://github.com/pheralb/svgl.git
synced 2024-11-10 14:46:54 +08:00
✨ Update readme.
This commit is contained in:
parent
444bfb2ba4
commit
aeb10c3333
@ -1,9 +1,9 @@
|
|||||||
<!-- <div align="center">
|
<div align="center">
|
||||||
<a href="https://svgl.vercel.app">
|
<a href="https://svgl.vercel.app">
|
||||||
<img src="public/images/screenshot.png">
|
<img src="static/images/screenshot.png">
|
||||||
</a>
|
</a>
|
||||||
<p></p>
|
<p></p>
|
||||||
</div> -->
|
</div>
|
||||||
|
|
||||||
<div align="center">
|
<div align="center">
|
||||||
<a href="https://svgl.vercel.app/" target="_blank">
|
<a href="https://svgl.vercel.app/" target="_blank">
|
||||||
@ -69,7 +69,7 @@ ultra install
|
|||||||
yarn install
|
yarn install
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Go to the [**`static/library`**](https://github.com/pheralb/svgl/tree/v3/static/library) folder and add your `.svg` logo. Remember to optimize SVG for web use, you can use [SVGOMG](https://jakearchibald.github.io/svgomg/).
|
3. Go to the [**`static/library`**](https://github.com/pheralb/svgl/blob/main/static/library) folder and add your `.svg` logo. Remember to optimize SVG for web use, you can use [SVGOMG](https://jakearchibald.github.io/svgomg/).
|
||||||
|
|
||||||
4. Go to the [**`src/data/svgs.ts`**](https://github.com/pheralb/svgl/blob/main/src/data/svgs.ts) and add the information about your logo, following the structure:
|
4. Go to the [**`src/data/svgs.ts`**](https://github.com/pheralb/svgl/blob/main/src/data/svgs.ts) and add the information about your logo, following the structure:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user