map-z-index

Get information about z-index state in your application

Usage no npm install needed!

<script type="module">
  import mapZIndex from 'https://cdn.skypack.dev/map-z-index';
</script>

README

mapZIndex

Get information about z-index state in your application

Usage: mapZIndex(): Array<{ element: Element, zIndex: number }>

import { mapZIndex } from 'map-z-index'

mapZIndex()
// Output: tree of your elements with the information about they z-index value

This module exported from utilizes project.