mirror of
https://github.com/System-End/github-readme-stats.git
synced 2026-04-19 23:32:54 +00:00
* 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
3 lines
128 B
JavaScript
3 lines
128 B
JavaScript
export * from "./common/index.js";
|
|
export * from "./cards/index.js";
|
|
export { getStyles, getAnimations } from "./getStyles.js";
|