You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-23 22:36:32 +02:00
11 lines
523 B
TypeScript
11 lines
523 B
TypeScript
|
|
const injectedJs = {
|
|
webviewLib: require('../../lib/rnInjectedJs/webviewLib'),
|
|
markdownEditorBundle: require('../../lib/rnInjectedJs/markdownEditorBundle.bundle'),
|
|
richTextEditorBundle: require('../../lib/rnInjectedJs/richTextEditorBundle.bundle'),
|
|
imageEditorBundle: require('../../lib/rnInjectedJs/imageEditorBundle.bundle'),
|
|
pluginBackgroundPage: require('../../lib/rnInjectedJs/pluginBackgroundPage.bundle'),
|
|
rendererBundle: require('../../lib/rnInjectedJs/rendererBundle.bundle'),
|
|
};
|
|
export default injectedJs;
|