1.0.2 • Published 1 year ago

imageprocessingbykhersonskiy v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

const fs = require('fs');

// Read the file asynchronously fs.readFile('image-processing.js', 'utf8', (err, data) => { if (err) { console.error('Error reading file:', err); return; }

// Log the content of the file console.log(data); });

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago