Know Me
Showcase

Art & Graphics

This page gives a glimps of my designing work

Social Media Banners

Tool Used

tool.jsx
const designs = {
  tool: ["Canva", "Pixel Lab"],
};
 
console.log(`Tool Used: ${designs.tool.join(", ")}`);
output
Tool Used: Canva, Pixel Lab

On this page