@cycle-robot-drivers/screen
Advanced tools
Comparing version 0.0.30 to 0.0.31
export { ExpressCommandType, makeTabletFaceDriver } from './makeTabletFaceDriver'; | ||
export { Sources as FacialExpressionActionSources, Sinks as FacialExpressionActionSinks, FacialExpressionAction } from './FacialExpressionAction'; | ||
export { Sources as SpeechbubbleActionSources, Sinks as SpeechbubbleActionSinks, SpeechbubbleType, makeSpeechbubbleAction, SpeechbubbleAction, IsolatedSpeechbubbleAction } from './SpeechbubbleAction'; | ||
export { Sources as TwoSpeechbubblesActionSources, Sinks as TwoSpeechbubblesActionSinks, TwoSpeechbubblesType, TwoSpeechbubblesAction, IsolatedTwoSpeechbubblesAction } from './TwoSpeechbubblesAction'; | ||
export { Sources as TwoSpeechbubblesActionSources, Sinks as TwoSpeechbubblesActionSinks, TwoSpeechbubblesType, makeTwoSpeechbubblesAction, TwoSpeechbubblesAction, IsolatedTwoSpeechbubblesAction } from './TwoSpeechbubblesAction'; |
@@ -15,4 +15,5 @@ "use strict"; | ||
exports.TwoSpeechbubblesType = TwoSpeechbubblesAction_1.TwoSpeechbubblesType; | ||
exports.makeTwoSpeechbubblesAction = TwoSpeechbubblesAction_1.makeTwoSpeechbubblesAction; | ||
exports.TwoSpeechbubblesAction = TwoSpeechbubblesAction_1.TwoSpeechbubblesAction; | ||
exports.IsolatedTwoSpeechbubblesAction = TwoSpeechbubblesAction_1.IsolatedTwoSpeechbubblesAction; | ||
//# sourceMappingURL=index.js.map |
export { ExpressCommandType, makeTabletFaceDriver } from './makeTabletFaceDriver'; | ||
export { Sources as FacialExpressionActionSources, Sinks as FacialExpressionActionSinks, FacialExpressionAction } from './FacialExpressionAction'; | ||
export { Sources as SpeechbubbleActionSources, Sinks as SpeechbubbleActionSinks, SpeechbubbleType, makeSpeechbubbleAction, SpeechbubbleAction, IsolatedSpeechbubbleAction } from './SpeechbubbleAction'; | ||
export { Sources as TwoSpeechbubblesActionSources, Sinks as TwoSpeechbubblesActionSinks, TwoSpeechbubblesType, TwoSpeechbubblesAction, IsolatedTwoSpeechbubblesAction } from './TwoSpeechbubblesAction'; | ||
export { Sources as TwoSpeechbubblesActionSources, Sinks as TwoSpeechbubblesActionSinks, TwoSpeechbubblesType, makeTwoSpeechbubblesAction, TwoSpeechbubblesAction, IsolatedTwoSpeechbubblesAction } from './TwoSpeechbubblesAction'; |
export { ExpressCommandType, makeTabletFaceDriver, } from './makeTabletFaceDriver'; | ||
export { FacialExpressionAction, } from './FacialExpressionAction'; | ||
export { SpeechbubbleType, makeSpeechbubbleAction, SpeechbubbleAction, IsolatedSpeechbubbleAction, } from './SpeechbubbleAction'; | ||
export { TwoSpeechbubblesType, TwoSpeechbubblesAction, IsolatedTwoSpeechbubblesAction, } from './TwoSpeechbubblesAction'; | ||
export { TwoSpeechbubblesType, makeTwoSpeechbubblesAction, TwoSpeechbubblesAction, IsolatedTwoSpeechbubblesAction, } from './TwoSpeechbubblesAction'; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@cycle-robot-drivers/screen", | ||
"version": "0.0.30", | ||
"version": "0.0.31", | ||
"description": "Cycle.js drivers for rendering a robot face", | ||
@@ -5,0 +5,0 @@ "author": "Michael Jae-Yoon Chung", |
@@ -22,4 +22,5 @@ export { | ||
TwoSpeechbubblesType, | ||
makeTwoSpeechbubblesAction, | ||
TwoSpeechbubblesAction, | ||
IsolatedTwoSpeechbubblesAction, | ||
} from './TwoSpeechbubblesAction'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
217740
4044