forked from mirrored/github-readme-stats
* 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";
|