Large diffs are not rendered by default.

Large diffs are not rendered by default.

@@ -2,4 +2,7 @@ import { Group as ThreeGroup } from 'three';
import ForceGraph from './app.js';
import fromKapsule from './kapsule-class.js';

fromKapsule(ForceGraph, ThreeGroup, true);
fromKapsule(ForceGraph, ThreeGroup, true);
import * as custom from './custom/events';

custom.wikimap();
@@ -8,7 +8,7 @@ import {name} from './package.json';

export default {
external: ['three'],
input: 'index.js',
input: './lib/index.js',
output: [
{
format: 'umd',