Added applied-science/js-interop plugin. (#101)
* Added applied-science/js-interop plugin. * Changelog update.
This commit is contained in:
parent
6359392c97
commit
df1e5a429a
4 changed files with 13 additions and 0 deletions
8
src/scittle/js_interop.cljs
Normal file
8
src/scittle/js_interop.cljs
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
(ns scittle.js-interop
|
||||
(:require
|
||||
[sci.configs.applied-science.js-interop :as j]
|
||||
[scittle.core :as scittle]))
|
||||
|
||||
(scittle/register-plugin!
|
||||
::js-interop
|
||||
j/config)
|
||||
Loading…
Add table
Add a link
Reference in a new issue