Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
jajbshjahavahh
GitHub Repository: jajbshjahavahh/Gojo-Satoru
Path: blob/master/node_modules/@jimp/plugin-normalize/index.d.ts
2591 views
1
import { ImageCallback } from '@jimp/core';
2
3
interface Normalize {
4
normalize(cb ?: ImageCallback<this>): this;
5
}
6
7
export default function(): Normalize;
8
9