JS bundles for Address Finder library
npm install @ideal-postcodes/address-finder-bundled
address-finder in various formats available on npm and various JavaScript CDNs. It can be readily dropped in on a page without transpilation of address-finder.
core-browser in your package.json.
html
`
Links
- Bundles Overview
- Usage
- Documentation
- npm
- GitHub Repository
Documentation
$3
#### address-finder.js
- UMD compatible
- Transpiles address-finder to target Internet Explorer 11 as minimum browser version
- Default export of the npm module
#### address-finder.esm.js
- ES Module compatible
- Targets browsers with ES Module support
- Default ES Module export
$3
#### UMD
`html
`
#### ES Module
`html
type="module"
src="https://cdn.jsdelivr.net/npm/@ideal-postcodes/address-finder-bundled@4/dist/address-finder.esm.js">
`
$3
This package is a transpiled copy of ideal-postcodes/address-finder.
For a complete list of client methods, including low level resource methods, please see the address-finder documentation
Run Examples
Build, and serve example pages locally:
`bash
npm run build && \ # Build JS bundles
npm start # Start http server
``