This repository has been archived by the owner on Feb 24, 2021. It is now read-only.
Before:
import Image from 'pimg/dist/preact'
import Image from 'pimg/dist/vue'
Now:
import Image from 'pimg/preact'
import Image from 'pimg/vue'