diff --git a/README.md b/README.md index 4fcd116..db28a19 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,9 @@ # powahroot -Client and server-side routing micro frameworks +> Client and server-side routing micro frameworks + + + +## Licence +Everything in this repository _except_ the logo is licenced under the _Mozilla Public License 2.0. + +The logo itself is © Copyright Starbeamrainbowlabs 2019. All rights reserved - though you _may_ use it when linking to this project (or to advertise usage in a 'powered by' logo). diff --git a/index.mjs b/index.mjs index 8d2c904..f1b732c 100644 --- a/index.mjs +++ b/index.mjs @@ -1,7 +1,9 @@ "use strict"; -import Router as ServerRouter from './Server/Router.mjs'; +import ServerRouter from './Server/Router.mjs'; +import ClientRouter from './Client/Router.mjs'; export { - ServerRouter + ServerRouter, + ClientRouter }; diff --git a/logo.piskel b/logo.piskel new file mode 100644 index 0000000..3979b71 --- /dev/null +++ b/logo.piskel @@ -0,0 +1 @@ +{"modelVersion":2,"piskel":{"name":"New Piskel","description":"","fps":12,"height":16,"width":16,"layers":["{\"name\":\"Layer 1\",\"opacity\":1,\"frameCount\":1,\"chunks\":[{\"layout\":[[0]],\"base64PNG\":\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABZUlEQVQ4T2NkoBAwIut3b2T9//7Jb4Z/31kZziz5zWiWyvAfxGbi/M1wajYDmC8ow8qws/43XB+KATDDTGJY/4PYP7/9AwuxczHBDUF3MFYDQIpWCJv+7/G8wJC9TZfh7d+fDCUfr4JdAHIJsiEYBswXMgLbzsnIzPD9/1+wZhAobr7KwJiH0HzusNR/I9tnjGADYByYyTBDQHyQAcWzrjIwvGQAG/D2adr/z5/uMCho7gPrhbvgwXWn/7x8KgzC0rPAYiBDwJqbr0LMfcXAwNiC6nwUA7DF5v9JDP9BGpsmaYCl6z/dwPAyzkDs4dcGhwUIfP3/l+HTvz8MvV/uwL3w7s0NBngYwBSC/AfyAi7N2FwJD0QhEQ14wIAMAPsdh7/xRiNIEtnvyP5GjwGcgfi/huE/LOBgfke2FTnaUQIRFgYwxcU8KuCABAUeNv9jpANY4sCmGN1wmBqcJmMzBJTY0C0BAE8NtRF8kJESAAAAAElFTkSuQmCC\"}]}"]}} \ No newline at end of file diff --git a/logo.png b/logo.png new file mode 100644 index 0000000..41478d3 Binary files /dev/null and b/logo.png differ