xiangchuifeng's Stars
mermaid-js/mermaid
Generation of diagrams like flowcharts or sequence diagrams from text in a similar manner as markdown
tastejs/todomvc
Helping you select a JavaScript framework - Todo apps for React.js, Angular, Vue and many more
GoogleChrome/lighthouse
Automated auditing, performance metrics, and best practices for the web.
jamiebuilds/the-super-tiny-compiler
:snowman: Possibly the smallest compiler ever
ruanyf/es6tutorial
《ECMAScript 6入门》是一本开源的 JavaScript 语言教程,全面介绍 ECMAScript 6 新增的语法特性。
shelljs/shelljs
:shell: Portable Unix shell commands for Node.js
jamiebuilds/babel-handbook
:blue_book: A guided handbook on how to use Babel and how to create plugins for Babel.
svgdotjs/svg.js
The lightweight library for manipulating and animating SVG
Shopify/liquid
Liquid markup language. Safe, customer facing template language for flexible web apps.
acornjs/acorn
A small, fast, JavaScript-based JavaScript parser
metafizzy/zdog
Flat, round, designer-friendly pseudo-3D engine for canvas & SVG
cuixiaorui/mini-vue
实现最简 vue3 模型( Help you learn more efficiently vue3 source code )
Stability-AI/StableStudio
Community interface for generative AI
bpmn-io/bpmn-js
A BPMN 2.0 rendering toolkit and web modeler.
cotes2020/jekyll-theme-chirpy
A minimal, responsive, and feature-rich Jekyll theme for technical writing.
huggingface/chat-ui
Open source codebase powering the HuggingChat app
webslides/WebSlides
Create HTML presentations in seconds —
mysticatea/npm-run-all
A CLI tool to run multiple npm-scripts in parallel or sequential.
estree/estree
The ESTree Spec
hizzgdev/jsmind
a mind mapping library built by javascript
e-oj/Magic-Grid
A simple, lightweight Javascript library for dynamic grid layouts.
mdn/serviceworker-cookbook
It's online. It's offline. It's a Service Worker!
lucidrains/big-sleep
A simple command line tool for text to image generation, using OpenAI's CLIP and a BigGAN. Technique was originally created by https://twitter.com/advadnoun
wagerfield/flat-surface-shader
Flat Surface Shader for rendering illuminated triangles
jekyll/jekyll-seo-tag
A Jekyll plugin to add metadata tags for search engines and social networks to better index and display your site's content.
round/CatchMouse
Move the cursor between multiple displays using a shortcut. (Version 1.2)
Rich-Harris/estree-walker
Traverse an ESTree-compliant AST
cotes2020/chirpy-static-assets
Static Assets for Chirpy Project.
xiangchuifeng/fs-json-to-files
use it, you can create you project folders by folder json data, width any you template content;
xiangchuifeng/html-base64-img-to-upload
if a html string contain IMG tags which url is base64 ,is to large to post api,before we do that, we can find the base64 IMG tags.and replace their url with the uploaded url.