Skip to content

Commit

Permalink
ft: compiled version
Browse files Browse the repository at this point in the history
  • Loading branch information
WalrusSoup committed Apr 25, 2023
1 parent b516ead commit 13d86db
Show file tree
Hide file tree
Showing 6 changed files with 349 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/block-hash.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
declare const _default: (imgData: any, bits: any, method: any) => any;
export default _default;
179 changes: 179 additions & 0 deletions lib/block-hash.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions lib/block-hash.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions lib/index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
/// <reference types="node" />
export interface UrlRequestObject {
encoding?: string | null;
url: string | null;
}
export interface BufferObject {
ext?: string;
data: Buffer;
name?: string;
}
export declare const imageHash: (oldSrc: string | UrlRequestObject | BufferObject, bits: any, method: any, cb: any) => void;
155 changes: 155 additions & 0 deletions lib/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 13d86db

Please sign in to comment.