deno.land / x / billboardjs@3.6.0 / index.ts

نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/** * Copyright (c) 2017 ~ present NAVER Corp. * billboard project is licensed under the MIT license */import * as shape from "./config/resolver/shape";import * as interaction from "./config/resolver/interaction";
// extends shape modulesObject.keys(shape) .forEach(v => shape[v]());
// extends interaction modulesObject.keys(interaction) .forEach(v => interaction[v]());
export {default, bb} from "./core";
billboardjs

Version Info

Tagged at
a year ago