From 0b4b9aac23d9a9468586f037e25438d4e0c18730 Mon Sep 17 00:00:00 2001 From: Ye-hyoung Kang Date: Tue, 25 Jan 2022 10:30:34 +0900 Subject: [PATCH] style: Allow Prettier to format HTML files Also reformat example browser HTML file --- .prettierignore | 1 - examples/browser/statics/index.html | 57 +++++++++++++++++++++++------ 2 files changed, 46 insertions(+), 12 deletions(-) diff --git a/.prettierignore b/.prettierignore index 8c49f15..e55c14f 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,3 +1,2 @@ /coverage/ /dist/ -*.html diff --git a/examples/browser/statics/index.html b/examples/browser/statics/index.html index 34a74b4..be6f7ab 100644 --- a/examples/browser/statics/index.html +++ b/examples/browser/statics/index.html @@ -1,8 +1,10 @@ - + - @webtoon/psd - PSD file parser in typescript with zero dependency + + @webtoon/psd - PSD file parser in typescript with zero dependency + @@ -10,20 +12,45 @@ @@ -45,7 +77,10 @@

Features

Select psd/psb file

Results

-

After the file is selected, the PSD file parsing result is shown below.

+

+ After the file is selected, the PSD file parsing result is shown + below. +