File size: 138 Bytes
ddfb1af
 
 
 
 
1
2
3
4
5
6
// Stub for sharp — server-only module, not available in browser
declare module 'sharp' {
  const sharp: any;
  export default sharp;
}