Import modules and load them if needed deferred from npm
npm install npx-import-lightnpx-import-light``js
import { npxImport } from 'npx-import-light'
// If cowsay isn't installed locally, npxImport will try
// to download, install & load it, completely seamlessly.
const dependency = await npxImport('cowsay')
`
Based on npx-import`.