markdown-magic
markdown-magic copied to clipboard
Fix bun compatibility
This package is unusable with bun currently because of this package const request = require('sync-request').
I investigated the idea of moving to fetch directly, but that will destroy support for older node versions. is it possible to use an alternative fetching library? I like node-fetch @davidwells
Any thoughts on replacing this @DavidWells ?
Thanks @DavidWells ! I already moved off this library to ensure we could keep shipping, but hopefully one day I can try it again in a bun project 🙌