hframe 0.4.1

Show HTML content "inside" your egui rendered application
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
.hframe-composed-area {
  position: absolute;
}

.hframe-composed-area > * {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  border: none;
  overflow: auto;
}