iframe-hash-manager
Tiny library to effortlessly sync a window's location hash with the hashes of multiple iframes in the site.

Usage
Note: Currently, changes in the master hash will not be reflected in the iframes. Iframes will only be initialized once with the master hash.
As script from dist/iframeHashManager.js
:
As ES5 module. The second parameter is optional. The options shown below are the defaults.
yarn add iframe-hash-manager
var iframeHashManager =
or as ES6 module.
// Defaults as above
Good Luck!

Development
Take a look at the package.json
to find the scripts that may be useful for development.