Library helps to identify if a website is running inside an iframe. Usage import { isInIFrame } from 'is-iframe' // or import isInIFrame from 'is-iframe' const isWebsiteRunningInsideIframe = isInIFrame()