Skip to content

Add: open image in new tab via middle click #88

Add: open image in new tab via middle click

Add: open image in new tab via middle click #88

Workflow file for this run

on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
- run: npm install
- run: npm test