Create and share beautiful images of your source code.
Start typing or drop a file into the text area to get started.
Sign in/up
Theme
Language
Background Menu
Settings Menu
Copy menu
Tweet
Share menu dropdown
Quick export
Export
Export menu dropdown
x
const
tenEmployees
=
await
ky
.
get
(
"http://localhost:3000/employees?_start=0&_end=10"
)
.
json
();