mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 14:13:15 +08:00
Fix #17279 Documentation Error
Update documentation to solve #17279. Simple documentation bug.
This commit is contained in:
parent
b2464e3379
commit
fa349b7a4e
@ -146,7 +146,7 @@ npm install canvas jsdom
|
||||
@code{.js}
|
||||
const { Canvas, createCanvas, Image, ImageData, loadImage } = require('canvas');
|
||||
const { JSDOM } = require('jsdom');
|
||||
const { writeFileSync } = require('fs');
|
||||
const { writeFileSync, existsSync, mkdirSync } = require("fs");
|
||||
|
||||
// This is our program. This time we use JavaScript async / await and promises to handle asynchronicity.
|
||||
(async () => {
|
||||
|
Loading…
Reference in New Issue
Block a user