Skip to content

Commit 8fd36f9

Browse files
authored
changed logo
1 parent 3f0ed3f commit 8fd36f9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
# AsyncOptics
1+
<img src="readme/logo.png" width="400"/>
22
[![npm version](https://badge.fury.io/js/async-optics.svg)](https://badge.fury.io/js/async-optics)
33

44

5-
<img src="readme/logo.png" width="200"/>
6-
75
AsyncOptics is an asynchronous code viewer, performance monitor, and package monitor for Node.js applications. It is able to track and monitor asynchronous functions with Node.js' Async Hooks and Perf Hooks. *The aggregated information is displayed in a Sankey diagram with hierarchical behavior for asynchronous functions and as a Sunburst graph for information of package monitoring.* The Sankey diagram handles real-time changes for live testing and allows hovering capabilities to show specific information on desired functions on a lower panel.
86

97
### Installation

0 commit comments

Comments
 (0)