Skip to content

update docs and add imageSrcToWebpDataUrl #39

update docs and add imageSrcToWebpDataUrl

update docs and add imageSrcToWebpDataUrl #39

Workflow file for this run

name: CI
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- name: main
run: |
npm ci
npm run test:unit -- --coverage
npm run build:lib
npm run codecov