funscript

How are interfaces exported in Funscript

半城伤御伤魂 提交于 2019-12-10 15:43:58
问题 I've got the Funscript examples working. Now I'm trying to make something like a Funscript library which has functions (and hopefully classes!) that can be called from javascript code. But I can't see a way of accessing anything from the .js generated from Funscript. In short, how do I get Javascript to call Funscript? 回答1: Sorry but FunScript is not designed for this use case. It is designed for consuming code and data from various sources in a script rather than for exporting code as a