npm install iphone-x-notchbash
npm install --save iphone-x-notch
` Usage
#### CDN
`html
`#### Bookmarklet
`js
javascript:(link=>{link.rel='stylesheet';link.href='//cdn.rawgit.com/pfrankov/iphone-x-notch/v2.2.0/iphone-x-notch.css';document.body.appendChild(link)})(document.createElement('link'))
`#### Import to your code
`javascript
// ES2015+ / TypeScript
import "iphone-x-notch";// CommonJS
require("iphone-x-notch");
``