sudo su -
# google k8s 패키지 소스 등록
apt update && apt upgrade -y
curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key add -
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<%_ if ($.autogen) { $.cancel(); return; } _%> | |
import React from "react"; | |
export const <%- $.name[0].toUpperCase() %><%- $.name.substr(1) %> = () => | |
<div> | |
</div>; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Custom Animations | |
settings: | |
======================================== | |
framedelay:2, framestretch, loop, replace:all, pfunc:interp,start | |
frames | |
======================================== | |
P[c:0%](0,0,0), P[c:100%](0,0,0); | |
P[c:0%](0,0,0), P[c:100%](0,0,0); |