mirror of
https://github.com/tiennm99/github-readme-stats.git
synced 2026-05-16 18:59:03 +00:00
dea583d426
* build: create npm package This commit makes sure that the common modules of the GRS package can be imported as an npm package. * feat: export card render functions * style: update formatting
4 lines
128 B
JavaScript
4 lines
128 B
JavaScript
export * from "./common/index.js";
|
|
export * from "./cards/index.js";
|
|
export { getStyles, getAnimations } from "./getStyles.js";
|