We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15f5876 commit 248b35eCopy full SHA for 248b35e
.github/workflows/depsbot.yml
@@ -19,4 +19,3 @@ jobs:
19
uses: denosaurs/depsbot@master
20
with:
21
github_token: ${{ secrets.GITHUB_TOKEN }}
22
-
mod.ts
@@ -138,7 +138,7 @@ export interface DecodeResult {
138
139
/**
140
* Encodes an image to PNG format.
141
- *
+ *
142
* @example
143
* ```ts
144
* // An array containing a RGBA sequence where the first pixel is red and second is black
@@ -214,7 +214,7 @@ export function encode(
214
215
216
* Decodes a PNG image.
217
218
219
220
* const image = await Deno.readFile("image.png");
0 commit comments