integrity sha512-GIyAXC2cB7LjvpgMt9EKS2ldqr0MTrORaleiOno6TweZ6r3TKtoFQWay/2PceJ3RuBasOHzXNn5Lrw1X0bEjqA== dependencies: async-limiter "~1.0.0" xml-js@^1.6.11: version "1.6.11" resolved "https://registry.yarnpkg.com/xml-js/-/xml-js-1.6.11.tgz#927d2f6947f7f1c19a316dd8eea3614...
Last commit message Last commit date Latest commit 247even fix Mar 6, 2014 cf10cbb·Mar 6, 2014 History 11 Commits test .travis.yml LICENSE README.md index.js package.json README License gulp-img64 Convert and replace image-files within your DOM/HTML to base64-encoded data. ...
The problem I'm having is that the flow fails on the script when trying to add the image to the excel worksheet. I am confused as I mostly plagiarised the script from this thread, where it has worked perfectly for others, and I know the (two) base64 string(s) to be correct,...
SSLZYLKDESJZWMYMCYTSDSXXSCJPQQSQYLYYZYCMDJDZYWCBTJSYDJKCYDDJLBDJJSODZYSYXQQYXDHHGQQYQHDYXWGMMMAJDYBBBPPBCMUUPLJZSMTXERXJMHQNUTPJDCBSSMSSSTKJTSSMMTRCPLZSZMLQDSDMJMQPNQDXCFYNBFSDQXYXHYAYKQYDDLQYYYSSZBYDSLNTFQTZQPZMCHDHCZCWFDXTMYQSPHQYYXSRGJCWTJTZZQMGWJJTJHTQJBBHWZPXXHYQFXXQYWYYHYSCDYDHHQM...
Convert and replace image-files within your DOM/HTML to base64-encoded data. Example gulpfile.js vargulp=require('gulp');varimg64=require('gulp-img64');gulp.task('default',function(){gulp.src('index.html').pipe(img64()).pipe(gulp.dest('path'));}); ...