Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bahrus committed Jul 7, 2024
1 parent b3b3011 commit 8769b50
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions 🎮.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
import { EMC, MountObserver, seed, BeHive } from 'be-hive/be-hive.js';
import { emc as baseEMC} from './behivior.js';

export const emc: EMC = {
...baseEMC,
base: '🎮',
enhPropKey: '🎮',

};

const mose = seed(emc);

MountObserver.synthesize(document, BeHive, mose);

0 comments on commit 8769b50

Please sign in to comment.