Adding giphy-js to vanilla JavaScript project

108 Views Asked by At

I want to use Giphy SDK to my vanilla JavaScript project. The repository is this one: https://github.com/Giphy/giphy-js/blob/master/packages/components/README.md

If I clone it and go to /packages/components/ and do yarn run dev I can run the example locally, so fine.

But now I want to create a JS and CSS file to add to my HTML and do not know how to transcript it (yarn build creates other files).

0

There are 0 best solutions below