Make my code beautiful

Create beautiful images of your code for sharing

Processed Locally • Your Data Stays Private

Preview

devsensei.ts
1"color: #6272a4">// DevSensei - Your coding big brother
2async function fetchTools() {
3 const response = await fetch('/api/tools');
4 const data = await response.json();
5 
6 return data.tools.filter(tool => {
7 return tool.isActive && tool.rating > 4.5;
8 });
9}
10 
11"color: #6272a4">// Export for use in components
12export { fetchTools };
Configuration
32px
16px
14px
2x