Skip to content

Commit 9704aeb

Browse files
committed
Merge branch 'main' into v1.1.0
2 parents d8e5694 + 42ea336 commit 9704aeb

File tree

11 files changed

+69
-1965
lines changed

11 files changed

+69
-1965
lines changed
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
name: Feature Request
2+
description: File a feature request
3+
title: >
4+
[Feature Request] -
5+
labels:
6+
- enhancement
7+
body:
8+
- type: checkboxes
9+
id: isoriginal
10+
attributes:
11+
label: Original issue
12+
description: Have you searched through the issues and didn't find a solution to this problem?
13+
options:
14+
- label: Confirm
15+
required: true
16+
17+
- type: dropdown
18+
id: parameter
19+
attributes:
20+
label: API parameter
21+
description: If your feature request is related to some API parameter, consider using this list below to specify.
22+
options:
23+
- icon name
24+
- theme
25+
- color
26+
- version
27+
- size
28+
29+
- type: textarea
30+
id: problem
31+
attributes:
32+
label: Problem to be solved
33+
description: Provide a description of what you want to see improved.
34+
validations:
35+
required: true
36+
37+
- type: textarea
38+
id: solution
39+
attributes:
40+
label: Possible solution
41+
description: If have an idea of how to solve the problem, please describe it below.
42+
43+
- type: textarea
44+
id: extrainfo
45+
attributes:
46+
label: Additional information
47+
description: Is there anything else you want to share about this feature request?
48+
value: This issue closes NONE

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
.vercel
2-
node_modules
3-
sketch
2+
node_modules

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@
1010
</a>
1111
</div>
1212

13+
---
14+
<div align="center">
15+
16+
### [Devicon API - Interface](https://lunaticfox.vercel.app/deviconApi)
17+
An interface page to select the icons.
18+
</div>
19+
20+
---
1321

1422
&emsp;This project serves [Devicon](https://github.com/devicons/devicon) v2.15.1 icons¹ via API, that way you can edit the icon color and size on the fly.
1523

@@ -238,7 +246,6 @@ https://deviconapi.vercel.app/
238246
## 3. Dependencies
239247
* [**axios**](https://www.npmjs.com/package/axios)
240248
* [**text-to-svg**](https://www.npmjs.com/package/text-to-svg)
241-
* [**ts-node**](https://www.npmjs.com/package/ts-node)
242249

243250
<div align="center">
244251

docs/ptbr/README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@
1010
</a>
1111
</div>
1212

13+
---
14+
<div align="center">
15+
16+
### [Devicon API - Interface](https://lunaticfox.vercel.app/deviconApi)
17+
Uma página de interface para selecionar os ícones.
18+
> *Ainda totalmente em inglês.*
19+
</div>
20+
21+
---
22+
1323
&emsp;Este projeto serve os ícones¹ [Devicon](https://github.com/devicons/devicon) v2.15.1 via API, dessa forma você pode editar a cor do ícone e o tamanho em tempo real.
1424

1525
> 1. *Apenas ícones que podem ser convertidos para fonte, em outras palavras, apenas ícones simples monocromáticos.*
@@ -236,7 +246,6 @@ https://deviconapi.vercel.app/
236246
## 3. Dependências
237247
* [**axios**](https://www.npmjs.com/package/axios)
238248
* [**text-to-svg**](https://www.npmjs.com/package/text-to-svg)
239-
* [**ts-node**](https://www.npmjs.com/package/ts-node)
240249

241250
<div align="center">
242251

generator/@generator/index.ts

Lines changed: 0 additions & 16 deletions
This file was deleted.

generator/generators/dataGenerator.ts

Lines changed: 0 additions & 17 deletions
This file was deleted.

generator/generators/listOfIconsAndVersionsGenerator.ts

Lines changed: 0 additions & 49 deletions
This file was deleted.

generator/index.ts

Lines changed: 0 additions & 82 deletions
This file was deleted.

0 commit comments

Comments
 (0)