UNPKG

join-images

Version:

Merge multiple images into a single image

16 lines (15 loc) 328 B
{ // See https://go.microsoft.com/fwlink/?LinkId=733558 // for the documentation about the tasks.json format "version": "2.0.0", "tasks": [ { "label": "watch", "type": "npm", "script": "build:watch", "group": "build", "problemMatcher": [], "auto": true } ] }