UNPKG
@toolsycc/image-convert
Version:
latest (0.1.5)
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
A utility package for converting image formats.
@toolsycc/image-convert
/
dist
/
index.d.ts
6 lines
(5 loc)
•
276 B
TypeScript
View Raw
1
2
3
4
5
6
export
type
{
IcoOptions
}
from
'./convert-sharp'
;
/** * Safe entrypoint for server environments. Dynamically imports sharp to avoid build issues. */
export
declare
function
convertToIco
(
inputBuffer
:
Buffer
,
options
?:
import
(
'./convert-sharp'
).
IcoOptions
):
Promise
<
Buffer
>;