Skip to content

Instantly share code, notes, and snippets.

View codegino's full-sized avatar

Carlo Gino Catapang codegino

View GitHub Profile
@codegino
codegino / BlurringImage-emotion.jsx
Last active June 29, 2022 14:20
Blurring Image
import React, {useState} from 'react';
import styled from '@emotion/styled';
import Image from 'next/image';
export function BlurringImage({
svg: [Svg, svgProps, rectangles],
img,
alt,
style,
blurLevel = 5,