diff --git a/README.md b/README.md index 7923b1f..8936d44 100644 --- a/README.md +++ b/README.md @@ -111,6 +111,12 @@ Six types are commonly supported in picture parsing. (MozJPEG | WebP | WebP2 | J **OxiPNG** Png format converts webp format by default, but if you do not specify the conversion attribute, the suffix will not be modified. + +### Be careful +Squoosh does not support sass and node 18 or above in web. +Sass is not supported because of a global variable conflict +It will be solved in the future. +If there are similar requirements, it is recommended to change mode to sharp. ### MozJPEG ```ts @@ -225,9 +231,9 @@ Png format converts webp format by default, but if you do not specify the conver ``` -## Sharp DefaultConfiguration + -## TODO +