akabekobeko / npm-gatsby-remark-copy-relative-linked-files

Copies local files relative linked to/from markdown to your public folder with preserve directory structure.
MIT License
6 stars 3 forks source link

Copy video and audio from HTML and JSX #8

Closed karlhorky closed 4 years ago

karlhorky commented 4 years ago

First draft for also copying video and audio files (inspired by the similar technique in gatsby-remark-copy-linked-files)

Uses the performant and small htmlparser2 library.

Closes #7

akabekobeko commented 4 years ago

@karlhorky Thank you!!

karlhorky commented 4 years ago

No problem, thanks for the merge!

I will also: