To use Polywrappers in your dapp, all you need is the Polywrap client. Install it via npm:
npm install --save @web3api/client-js
The Polywrap JavaScript client works in both Node.js and browser applications. The next section assumes that you're integrating a wrapper into your existing dapp project.