Skip to content

Instantly share code, notes, and snippets.

View cxOrz's full-sized avatar
🥺

Hanasaki cxOrz

🥺
View GitHub Profile
@cxOrz
cxOrz / Test.tsx
Created October 9, 2023 07:50
Text Typing Animation React Component
import TypingSpan from '@/components/TypingSpan/TypingSpan';
export default function Test() {
return (
<main>
<TypingSpan items={['TypingSpan'],['Hello World']} />
</main>
);
}
@cxOrz
cxOrz / hyper.js
Last active January 22, 2024 13:12
Vercel Hyper config file
"use strict";
// Future versions of Hyper may add additional config options,
// which will not automatically be merged into this file.
// See https://hyper.is#cfg for all currently supported options.
module.exports = {
config: {
// choose either `'stable'` for receiving highly polished,
// or `'canary'` for less polished but more frequent updates
updateChannel: 'stable',
// default font size in pixels for all tabs