Portrait of Wan Aniq
Personal archive

Wan Aniq

24 Years Old•Kuala Lumpur, MY

"despite everything, it's still you. one good page at a time."

Places I've Worked Before

Studio North

Current

Full Stack Developer

May 2025 - Present

10mo

Freelance

Frontend Designer

May 2024 - May 2025

1yr

Paused

Quiet Moves Build Momentum

Lo-fi Mix

2026 © Thoughts by Wan Aniq
AboutProjectsThoughts
Currently building quietly
--:-- --

Home/Projects/Adding Background Tool (ABT)

ABT (Adding Background Tool) is a small React component I built to turn any uploaded image into a clean gradient blur background. It is useful when you want a better visual presentation for product shots, portraits, or social posts without opening a design app.

Live Preview

Adding Background Tool (ABT)

Upload an image and we generate a soft gradient background from its colors.

Select an image to preview it with an extracted gradient background
Use It In Your Project
$ npm install abt-aniqbintlutpi
TSdemo.tsx
1import { ImageGradientUpload } from "abt-aniqbintlutpi";
2
3export default function Demo() {
4 return <ImageGradientUpload />;
5}