Skip to content

Commit

Permalink
fix(file-helper): add missing comma and release latest file helper fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nivekcode committed Jan 15, 2022
1 parent d8def85 commit ea0c1ab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
![Logo](https://raw.githubusercontent.com/kreuzerk/svg-to-ts/master/assets/logo.png)

<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->

[![All Contributors](https://img.shields.io/badge/all_contributors-16-orange.svg?style=flat-square)](#contributors-)

<!-- ALL-CONTRIBUTORS-BADGE:END -->

<!-- START doctoc generated TOC please keep comment here to allow auto update -->
Expand Down Expand Up @@ -48,7 +50,7 @@

`svg-to-ts` is a helper tool that converts your SVG icons to TypeScript. `svg-to-ts` can convert
SVGs to either one TypeScript file with exported constants, multiple TypeScript files or
compiled JavaScript files with according declaration files. Furthermore it generates all
compiled JavaScript files with according declaration files. Furthermore, it generates all
typings in form of interfaces and types.

The generated output can then be used in combination with a iconregistry to create a tree shakable icon library.
Expand Down

0 comments on commit ea0c1ab

Please sign in to comment.