-
# webgeeker
https://www.npmjs.com/~xgqfrms
https://www.npmjs.com/package/cropperjs
https://docs.npmjs.com/getting-started/working_with_tokens
-
# CSS Sticky Header
https://developer.mozilla.org/zh-CN/docs/Web/CSS/position
```css
#one {
position: sticky;
top: 10px;
}
```
![image](https://user-images.githubusercontent.c…
-
# HTML5 DnD
https://codepen.io/xgqfrms/pen/wxyrjv
https://codepen.io/webgeeker/pen/mjoWqw
-
# React & calendar components
https://codesandbox.io/s/xo99j9m1pw
https://codepen.io/webgeeker/pen/eQqqEe
-
# SEO & sitemap.xml
https://www.sitemaps.org/protocol.html
http://abc.xgqfrms.xyz/sitemap.xml
```xml
http://www.xgqfrms.xyz/
2016-07-07
monthly
0.8
http…
-
# HTML5 Canvas
https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API
https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API/Tutorial
https://developer.mozilla.org/en-US/docs/Web/AP…
-
# svg to canvas to image
https://codepen.io/webgeeker/full/VRMGyN
```html
svg to canvas to image
.auto-hidden{
display: none…
-
# css gradient text
https://cssgradient.io/blog/css-gradient-text/
```css
h1 {
font-size: 72px;
background: -webkit-linear-gradient(#eee, #333);
-webkit-background-clip: text;
-we…
-
# Proxy & defineProperty
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/defineProperty
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Referenc…
-
# weather api
https://api.map.baidu.com/telematics/v3/weather?location=shanghai&output=json&ak=1jtCldI4kOO8oGjHItv3F7UVbVjYS7NC
??? blocked
http://erikflowers.github.io/weather-icons/
http…